Jump to content
Server Maintenance This Week. ×

Prevent password change on login


This topic is 5449 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Hi I have just converted my single file solution to a Separation Model and the first interesting challenge is the accounts and passwords. I have 5 different access groups (privilege sets) and am happy with the handling of these. I have an accounts table and can control changes to privileges and passwords through that but I do not see a way to prevent the user from changing his password at the login screen. If he changes it in the Interface table then the backend will be out of step. I thought the tab in privileges might hide the change password button but it doesn't.

I feel sure I am missing something here.

Any ideas?

Link to comment
Share on other sites

Disable the ability for users to change their passwords.

Either that or: use external authentication; or un-separate the files.

Link to comment
Share on other sites

Vaughan's suggestion about external server authentication is an excellent one. Your situation is one of the principal reason that feature is in the product: multiple accounts and multiple files. That scenario is much easier to manage externally.

Also, I'd be very careful about those "accounts table" privileges. You might to take a look at this article.

Steven

Link to comment
Share on other sites

This topic is 5449 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.