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

howdydo’s picture

Priority: Normal » Critical
howdydo’s picture

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

howdydo’s picture

Priority: Critical » Normal

Problem solved - thanks anyway!

howdydo’s picture

Status: Active » Closed (fixed)
toddwoof’s picture

In 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

howdydo’s picture

Ran into the same problem again and did change settings from 72 to 110 - it worked - thanks!!!

larryc11’s picture

toddwoof, 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!!!!

truyenle’s picture

Issue summary: View changes

How about Drupal 7?

sk2013’s picture

Drupal 7 also it works as per #5 ..

james hawthorn-byng’s picture

D7 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

hesco’s picture

Version: 6.6 » 11.0.x-dev

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