Posted on: 12/7/2014 11:31:36 PM | Views : 462

Hello
Since it seems almost impossible to add style such as a box-shadow or radius to Visual Studio's PasswordRecovery element from the Toolbox (apart from the Submit button being welded to it), is it possible to replace PasswordRecovery with a normal TextBox and Button, and then to ask the user for his email address?
The idea would be that code would verify the user's email and email him a random password tied to a link. That link would direct him to a page that asked him to verify, again, in a normal TextBox, the random password sent out to him, and in two other TextBoxes he would have the opportunity to change his password - and confirm it - to a password of his choice. That new password would then be inserted (and hashed/salted) into the database.
So basically, what I am asking is can a normal TextBox be used as the first port of call for the user who has forgotten his password or is the ToolBoxe's PasswordRecovery the only option?

Go to the complete details ...