search for: change_password

Displaying 20 results from an estimated 37 matches for "change_password".

2010 Apr 29
1
How can I integrate change_password plugin, dovecot and postfix
Hello I use dovecot, postfix, mysql and squirrelmail as a mail server. it works well. Meanwhile I am novice at postfix. As you know, there is a change_password plugin on squirrelmail. I wish to add change_password plugin on squirrelmail. I couldn't find how to integrate postfix and change_password. How can I add it ?
2010 Apr 29
1
How can I add change_password
Hello I use dovecot, postfix, mysql and squirrelmail as a mail server. it works well. Meanwhile I am novice at postfix. As you know, there is a change_password plugin on squirrelmail. I wish to add change_password plugin on squirrelmail. I couldn't find how to integrate postfix and change_password. How can I add it ?
2006 Jan 22
0
Problem with change_password action in LoginEngine
Hi, I just setup the Login engine and everything seems to be working... but the change_password action. The fact is that the user receives the mail telling him to visit the app''s change_password page in order to enter a new password, but I get an undefined method error in my controller when rendering <%= error_messages_for ''user'' %>. Tracking down the issue,...
2004 Mar 05
1
win32-etc change_password
Hi all, I''ve been updating this thing and, on my Windows XP Pro box, the Admin.change_password method doesn''t seem to work. I keep getting "user not found" errors, even though I can see that the user is definitely in place. In fact, it doesn''t seem to work for the 0.2.0 release, even though I could swear I had it working. Also, is it possible to change the pass...
2008 Feb 27
7
older version of rails -- Unknown action error
..."start" map.resources :users map.login ''/login'', :controller => ''user'', :action => ''login'' map.logout ''/logout'', :controller => ''user'', :action => ''logout'' map.change_password ''/change_password'', :controller => ''user'', :action => ''change_password'' #map.namespace :super_admin do |adm| # adm.resources :subscriber, :collection => { :search => :get, :searchresults => :get } #end # The priority is...
2006 Jun 30
4
Strange behaviour from assert_redirected_to
I have this assertion in my tests: assert_redirected_to :controller => ''user'', :action => ''change_password'' It fails with: response is not a redirection to all of the options supplied (redirection is <"http://test.host/user/change_password">), difference: <{:controller=>"user"}> The redirection was: redirect_to ''/user/change_password'' An...
2008 Feb 20
1
link_to weirdness, related to namespace?
...tion => ''new'' map.login ''/login'', :controller => ''sessions'', :action => ''new'' map.logout ''/logout'', :controller => ''sessions'', :action => ''destroy'' map.change_password ''/change_password'', :controller => ''user'', :action => ''change_password'' map.namespace :admin do |adm| adm.resources :client, :collection => { :search => :get, :searchresults => :get } end # The priority is based upon o...
2008 Jan 02
0
why does rails keep prompting me for post?
...estful method to allow users to change password. This is what i did: 1) use restful authentication plugin. 2) use the code here http://www.railslodge.com/plugins/75-restful-authentication/documentations/1-change-password 3) realise that no1. i am using something funny like /v1/users/:permalink/ change_password and not just /change_password no2. i cant use html.erb for some reasons hence i resorted to using .rhtml 4) end up re writing the view code as such: <table> <% form_for (:url => change_password_update_user_path(current_user.permalink), :html => { :method => :put }) do |f| %>...
2004 Feb 24
2
win32-etc cvs
Hi all, I''ve got the beginning of win32-etc 0.2.0 checked into cvs. This includes a new sub-module called Admin that includes the add_user, delete_user, and change_password methods. I eventually will add a config_user method as well, plus whatever else I feel like tossing in. :) One issue I''m having is with the change_password - no matter what I try, I always get "invalid password". I tried with straight C as well, to no avail. Anyway, I was...
2007 Jan 16
4
Subdomain Account Keys Best Practice
Hi all, I''m thinking of useing sub-domains as account keys, something I''ve played with previously. I have accounts and users, fairly standard, except that users can belong to many accounts, and accounts can have many users. So I figure I need to have an area on the main domain, that allows users to view their account memberships and things. Sort of like a dashboard for each
2005 Oct 14
7
validates_confirmation_of not working
Hello, I''m having a weird problem in my user model. For the change_password method I have the following: def change_password(oldpass, newpass, confirmation) oldpass = self.class.myhash(oldpass) reload passhash = self.password self.password = newpass self.password_confirmation = confirmation if valid? and oldpass == passhash save! else...
2010 Aug 09
0
Devise :current_password validations and checking (how???)
...k the submitted params[:user][:current_password] to match and validate on the current_user.pasword This is my code, i''m using HAML I''m also using config.encryptor = :restful_authentication_sha1 since I migrated from auth_logic to devise authentication tool "Views/Settings/change_password.haml" goes like this *************************************************************** %aside#sidebar %nav.leftbar %ul %li.pwd= link_to "Password", change_password_path %section#content.w.r = form_for(@user, :as => :user, :url => change_password_path(:user)) do |f...
2004 Mar 01
0
RE: win32etc test failure
...-----Original Message----- From: Berger, Daniel [mailto:djberge@qwest.com] Sent: Monday, March 01, 2004 10:06 AM To: Date, Shashank [Non-Employee] Subject: RE: win32etc test failure Well, if you want to change the password for a user on a remote host, you have to include it as the 4th argument to change_password. Otherwise, it assumes the local host. What is the code you''re using? Dan -----Original Message----- From: Date, Shashank [Non-Employee] [mailto:Shashank.Date@mail.sprint.com] Sent: Monday, March 01, 2004 8:44 AM To: Berger, Daniel Subject: RE: win32etc test failure But of course !...
2004 Mar 01
0
RE: win32etc test failure
...-----Original Message----- From: Berger, Daniel [mailto:djberge@qwest.com] Sent: Monday, March 01, 2004 10:06 AM To: Date, Shashank [Non-Employee] Subject: RE: win32etc test failure Well, if you want to change the password for a user on a remote host, you have to include it as the 4th argument to change_password. Otherwise, it assumes the local host. What is the code you''re using? Dan -----Original Message----- From: Date, Shashank [Non-Employee] [mailto:Shashank.Date@mail.sprint.com] Sent: Monday, March 01, 2004 8:44 AM To: Berger, Daniel Subject: RE: win32etc test failure But of course !...
2004 Mar 01
0
RE: win32etc test failure
...-----Original Message----- From: Berger, Daniel [mailto:djberge@qwest.com] Sent: Monday, March 01, 2004 10:06 AM To: Date, Shashank [Non-Employee] Subject: RE: win32etc test failure Well, if you want to change the password for a user on a remote host, you have to include it as the 4th argument to change_password. Otherwise, it assumes the local host. What is the code you''re using? Dan -----Original Message----- From: Date, Shashank [Non-Employee] [mailto:Shashank.Date@mail.sprint.com] Sent: Monday, March 01, 2004 8:44 AM To: Berger, Daniel Subject: RE: win32etc test failure But of course !...
2004 Mar 01
0
RE: win32etc test failure
...-----Original Message----- From: Berger, Daniel [mailto:djberge@qwest.com] Sent: Monday, March 01, 2004 10:06 AM To: Date, Shashank [Non-Employee] Subject: RE: win32etc test failure Well, if you want to change the password for a user on a remote host, you have to include it as the 4th argument to change_password. Otherwise, it assumes the local host. What is the code you''re using? Dan -----Original Message----- From: Date, Shashank [Non-Employee] [mailto:Shashank.Date@mail.sprint.com] Sent: Monday, March 01, 2004 8:44 AM To: Berger, Daniel Subject: RE: win32etc test failure But of course !...
2006 Jul 10
7
How to obscure/encrypt password parameter?
Hi all- I am building an application that includes a login screen. During development I found that user passwords are logged by Rails in plain text -- this will not be acceptable to my users. Is there a way to obscure/encrypt incoming password parameters or not write them to the log files at all? One thought was to use Javascript, but I was not sure how secure that would be. Thanks, Josh
2007 Oct 01
3
stringify_keys!
I have seen this numerious times and still have no idea what it means: undefined method `stringify_keys!'' for "blah22":String I am tring to change a password. My code looks like: def change_password @user = User.find_by_emailaddr( params[:email] ) if @user.nil? # user profile not created flash[:notice] = "<b style = \"color:red\">No such user email found</b>" redirect_to :action => ''change_pass'' and return end i...
2007 May 09
5
layouts + routes = confused
...d on the web, while helpful, aren''t as "complete" as I''d like them. I understand the basics when it comes to layouts and routes, but I''m trying to get them to work together. MY first task was to implement a user authentication system (registration/login/logout/change_password). This works fine with my User controller/model/views. Now, I''ve made a default layout that resembles the following: [header] [menubar] [toolbar][main content] [footer] I made another controller called main that i am rendering into the main content part of my layout. I''ve add...
2006 Apr 14
3
Am I doing this right?
...eate a user, log in, log out, update your account, that sort of thing. I created a password changer that compares the old password (oldpw) against what''s currently in the database, then updates that record with the new password (newpw). The code in the controller goes like this: def change_password flash[:notice] = "" if request.get? @user = User.new else @user = User.find(session[:user_id]) if @user.password == @params[:oldpw] if @params[:newpw] == "" flash[:notice] = "Please supply a new password." else @user.update...