11/25/2024 8:38:57 AM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss SalesLogix legacy development including views, scripts, etc.. View the code of conduct for posting guidelines.
|
|
|
|
changing the legacy password form
Posted: 02 Aug 06 11:27 AM
|
fiogf49gjkf0d I have been working as a saleslogix co ordinator in an office since 9 months. In saleslogix, whenever a user is trying to change his /her password, it is not asking for the old password, it is somewhat less secured. How can I modify this so that it will ask the old password while changing the password. |
|
|
| |
|
Re: changing the legacy password form
Posted: 02 Aug 06 1:10 PM
|
fiogf49gjkf0d This form is hard-coded. You cannot change it. However, if you really wanted tp bad enough, you could replace it with your own. Your form would just need to
1) Validate their old password (entered by the user) by just opening a connection with it (or retrieve a connection string and compare the password there with the one entered by the user) 2) Then you would need to make a call to Application.BasicFunctions.SetPassword to change the user's password. |
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|