Displaying 1 result from an estimated 1 matches for "new_user_password".
Did you mean:
new_users_password
2007 Dec 14
3
using the session to pass a value from form to controller
I have a form in which a bunch of new users can be created with the same
password if desired. I''m trying to write the password into the session
and pull it out in the controller (besides avoiding putting it into
params, this also should let me keep it for repopulating the text field
if the creation fails for any reason and the user gets sent back to the
page with the form).
As part of a