rnewson commented on issue #1995: Is it possible to disable a user in a one db per-user schema? URL: https://github.com/apache/couchdb/issues/1995#issuecomment-478295894 Maybe a similar trick to how unix/linux accounts are disabled? Add a character to the front of password_sha (or derived_key) that cannot appear in any possible output of the hashing process. I think we convert to hex, so there are plenty of options, but `!` would do it. Re-enable by removing it.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
