You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// NOTE: As of CouchDB 3.4, values under the "admins" section are not hashed immediately, hence this sleep // https://github.com/apache/couchdb/issues/5358
53
+
Thread.sleep(500);
54
+
// NOTE: As of CouchDB 3.4, hashed passwords may be hashed differently. The "-pbkdf2-" prefix is no longer reliable, but "-pbkdf2" prefix is
0 commit comments