Change Password From Product
Is there a way that my product can change the password of an account if I'm using the product's management forms with a Manager account? I've tried calling userFolderEditUser but that doesn't seem to work. It doesn't generate an error message, but it doesn't change the password. -- __________________________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup
Matt Ficken wrote:
Is there a way that my product can change the password of an account if I'm using the product's management forms with a Manager account?
I've tried calling userFolderEditUser but that doesn't seem to work. It doesn't generate an error message, but it doesn't change the password.
Something like: REQUEST.set('name', '') REQUEST.set('roles', ['Manager']) # set to role of user REQUEST.set('password', new_pwd) REQUEST.set('confirm', new_pwd) self.acl_users.manage_users('Change', REQUEST) regards Max M
Works for me. Try harder ;-) Stefan --On Sonntag, 18. Mai 2003 15:41 -0500 Matt Ficken <mattficken@mail.com> wrote:
Is there a way that my product can change the password of an account if I'm using the product's management forms with a Manager account?
I've tried calling userFolderEditUser but that doesn't seem to work. It doesn't generate an error message, but it doesn't change the password. --
-- The time has come to start talking about whether the emperor is as well dressed as we are supposed to think he is. /Pete McBreen/
participants (3)
-
Matt Ficken -
Max M -
Stefan H. Holek