This issue was reported in forums and I am having similar issue, although I didn't realized it may be because "invalidated by network security system", but please see: http://drupal.org/node/401130#comment-1815656
Registration w/o admin approval works just fine, but if admin approval required and after admin activates account, email link used to notify user that account approved says the password has already been used; when new password requested and email link used to login to site, same problem - already used. (I was using a hotmail account to test creating new user account with admin approval required - not sure if that matters)
Any advice?? Also, I am new to Drupal, so speak slooowly. ;)
Comments
Comment #1
howdydo commentedComment #2
howdydo commentedJust tried various settings - the only setting that works is "no admin approval required" and "no email verification required." When the link that is sent to user via email to log in to site is used (whether admin approval required or not), user gets following message: "You have tried to use a one-time login link which has either been used or is no longer valid. Please request a new one using the form below." Any ideas??
Comment #3
howdydo commentedProblem solved - thanks anyway!
Comment #4
howdydo commentedComment #5
toddwoof commentedIn case someone else is having this problem:
This was happening on our site, too. The problem was that the login link in the email was being truncated, so it didn't work. The solution was to increase the maximum link text length in Input formats.
Administer >> Input formats >> Configure >> Configure >> maximum link text length
Comment #6
howdydo commentedRan into the same problem again and did change settings from 72 to 110 - it worked - thanks!!!
Comment #7
larryc11 commentedtoddwoof, that was brilliant! Your recommendation also fixed my problem. How did you determine that there was a problem with maximum link text length?
Many Thanks!!!!
Comment #8
truyenle commentedHow about Drupal 7?
Comment #9
sk2013 commentedDrupal 7 also it works as per #5 ..
Comment #10
james hawthorn-byng commentedD7 fix as per #5:
admin/config/content/formats
or
Configuration -> Content Authoring -> Text Formats
Edit one of the ext formats, then at the bottom of the page, if Convert URLs into links has been enables you will see Field Setting for that filter. You can then edit the maximum length of links
Comment #11
hesco commentedThank you @howdydo.
On a 9.5.11 installation, since I am not logged in and have no access to the /admin path, I tried it like this, by hand editing the files noted below, only to watch this blow up for other reasons.
```
$ drush cim
Collection Config Operation
filter.format.plain_text update
filter.format.restricted_html update
Import the listed configuration changes? (y/n): y
```
still trying to sort this out.