Announcement

Collapse
No announcement yet.

Prevent user from changing password

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Prevent user from changing password

    I'd like to have only the admin user set passwords. How do I restrict a non-administrator user to change passwords? I generate a (complex) password at account creation and I'd like to prevent users from changing passwords themselves to prevent security leaks. I know a lot of users recycle their passwords so by limiting their (password changing) rights, the admins stay in control.

    Bonus question: If this isn't already implemented, would it perhaps be possible to add this as an option somewhere in a future release?

  • #2
    There is no such an ability.

    You can do it manually in /application/Espo/Services/User.php

    Comment

    Working...
    X