Prevent user from changing password

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SpeedBullet
    Senior Member
    • Mar 2016
    • 123

    #1

    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?
  • yuri
    Member
    • Mar 2014
    • 8936

    #2
    There is no such an ability.

    You can do it manually in /application/Espo/Services/User.php
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    Working...