Change Password Concerns

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
7/8/2011 2:35:18 AM
Gravatar
Total Posts 70

Change Password Concerns

Hi Joe,

Please enlighten me on how can I execute this requirements.

1. On change password, I want to add validation that a user can only change password once a week. I check User table and found Last Password Change Date column. Can I add my code on the ChangePassword.aspx?

2. I want to add validation on change password the last 6 password that the user use will not be allowed if he chooses to change his/her password.

Your help, insights, suggestions is greatly appreciated.

Thanks.

 

7/8/2011 9:32:45 AM
Gravatar
Total Posts 18439

Re: Change Password Concerns

Sorry but I have no solution for you. I guess you will have to replace relevant pages in mojoPortal with your custom versions to achieve it. I would keep your custom pages in your own project and use post build event to copy them so they replace the existing pages. I would not modify the included pages but replace them.

You must sign in to post in the forums. This thread is closed to new posts.