Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

Status No Plans to Implement
Workspace Domino
Categories Security
Created by Guest
Created on Feb 8, 2024

Improve Password management options

Password management on Domino does not provide an option to require that at least a given number of characters, need to be changed when users are changing the password.

Also, it is not possible to set/enforce a minimum password lifetime. For example: if a user has changed a password today, he needs to wait for 24h or a minimum period configured by the Admin to be able to change the password again.


  • Attach files
  • Admin
    Thomas Hampel
    Reply
    |
    Mar 4, 2024

    Domino does not store the current HTTP password or NotesID password in clear. We can not know if the new password differes by X characters from the previous password since. there is nothing to compare with. Storing the password in clear(or encrypted but reversible) is a really really bad idea. Rejecting this idea for security reasons.

    If you want to implement the above and/or want to set a limit for the number of times a password can change per day, consider using SAML/OIDC against an IdP of your choice where those rules are implemented.