S
Savvoulidis Iordanis
In my application, the "Manager" membership user, is the one that creates all
the other users. They don't have the ability to register themselves. Only
through the Manager. So if so a user's password, must be altered later, the
Manager opens the users list page, selects the user and a ChangePassword
control is displayed, having the DisplayUserName property set to true (the
user name textbox is displayed). So, the Manager types the name of the user
to change his password, and supplies all the other password data and clicks
on the "Change Password" button. So far so good.
But, as the help file also mentions :
"After the password for the given user name is changed, the user is logged
on to the account associated with the changed password, even if the user was
not logged on to that account previously.",
this has the sideffect of, having the Manager log out of the application and
logged in again as the user whose password was changed, also trying to stay
on the same page (which is a page to be displayed only for Manager user!!!),
so I get an authorization error. It couldn't be worse!
Is there any way to avoid this, and leave the Manager as is, to continue his
work?
TIA
Iordanis
the other users. They don't have the ability to register themselves. Only
through the Manager. So if so a user's password, must be altered later, the
Manager opens the users list page, selects the user and a ChangePassword
control is displayed, having the DisplayUserName property set to true (the
user name textbox is displayed). So, the Manager types the name of the user
to change his password, and supplies all the other password data and clicks
on the "Change Password" button. So far so good.
But, as the help file also mentions :
"After the password for the given user name is changed, the user is logged
on to the account associated with the changed password, even if the user was
not logged on to that account previously.",
this has the sideffect of, having the Manager log out of the application and
logged in again as the user whose password was changed, also trying to stay
on the same page (which is a page to be displayed only for Manager user!!!),
so I get an authorization error. It couldn't be worse!
Is there any way to avoid this, and leave the Manager as is, to continue his
work?
TIA
Iordanis