search for: resetpassword

Displaying 2 results from an estimated 2 matches for "resetpassword".

Did you mean: reset_password
2006 Jul 27
1
response from ajax request
...e => ''Edit user'' }), { :action => ''edit'', :id => user } %>&nbsp; <%= link_to image_tag("b_secure", { :style => ''border: none'', :title => ''Reset password'' }), { :action => ''resetpassword'', :id => user }, :confirm => "Confirm changing password for user \"#{user.login}\"?" %>&nbsp; <%= link_to image_tag("b_drop", { :style => ''border: none'', :title => ''Delete user'' }), {:action...
2008 Nov 09
3
Default user password
I would like to creating new users on a system and assign them default passwords that are set only upon creation. I can create the users and assign default passwords with the "user" type, but puppet will continue to reset the password back to that default value even after users modify their own. I guess I could handle this with an "exec" that sets passwords only if the user