wohali opened a new issue #2188: Admin username with = in name gets corrupted 
on initial password encrypt
URL: https://github.com/apache/couchdb/issues/2188
 
 
   [NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ 
)
   
   ## Description
   
   >`COUCHDB_USER=YWRtaW4=` shall give
   >
   > ```
   > [admins]
   > YWRtaW4= = 
-pbkdf2-3202582cea5a342e5a7f94d12475f55e0ff53545,ac28cb29b8c4fe48d16bf5e2a76cdc8a,10
   > ```
   >
   > instead gives:
   > ```
   > [admins]
   > YWRtaW4 = 
-pbkdf2-3202582cea5a342e5a7f94d12475f55e0ff53545,ac28cb29b8c4fe48d16bf5e2a76cdc8a,10
   > ```
   
   ## Steps to Reproduce
   
   Add an admin user to `local.ini` with an equals sign in the username and an 
unencrypted password, then start CouchDB. CouchDB will encrypt the password and 
remove the equals sign from the admin user's name.
   
   ## Expected Behaviour
   
   Equals sign in admin user name should not be removed.
   
   ## Your Environment
   
   * CouchDB Version used: `master`
   * Browser name and version: n/a
   * Operating System and version: n/a
   
   ## Additional context
   
   Initially reported in apache/couchdb-docker#134:

----------------------------------------------------------------
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

Reply via email to