Wednesday 24 September 2003 10:22:04 am
Any idea how I can change an user's login name without changing his password? I want to set a new login name in a workflow after the user is created, because the login should also contain a customer id.
Something like
$user->setAttribute( "login", $newLogin ); $user->store(); doesn't work - the password is changed afterwards and the user can't log in anymore.
Thanks for your help Silke
|