CVS password reset should mention a 20-30 minutes delay
dgtlmoon - January 18, 2008 - 04:53
| Project: | Drupal.org customizations |
| Component: | User interface |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hi there
I reset my password via my edit/cvs tab in my account settings
export CVSROOT=:pserver:cvsusername@cvs.drupal.org:/cvs/drupal-contrib
and then
"cvs login"
and it still tells me password does not work, it has been about 10 minutes now, webchick says it might require time to sync, but has not happened

#1
cvs login
Logging in to :pserver:dgtlmoon@cvs.drupal.org:2401/cvs/drupal-contrib
CVS password:
cvs login: authorization failed: server cvs.drupal.org rejected access to /cvs/drupal-contrib for user dgtlmoon
#2
it just started working!
#3
Yeah, you need to wait the embarrasing amount of 20 minutes...
#4
Hey take it easy killes,
on the form when you submit it says "Your password has been reset"
it does not say "Your password will be reset in around 30 minutes"
you might like to rectify this
#5
Something needs to change here, i think it needs to read something different like
"Please allow up to 30 minutes for our architecture to catchup" ?
#6
but its not critical
#7
I don't know which code to patch, but I thought that would be a better wording...
#8
function cvs_user_edit_form_submit()
if you add text like this, it needs to be site-specific (via a setting or theme function or something), since the 20 minutes is determined by external factors that vary from site to site.
#9
i think i'd rather see this added by drupalorg.module
#10
Bump. Please update this. I changed my password about 100 times because there is no mention of a delay, and it made me think that the system was broken!