Open Redcroft opened 4 years ago
@fundatillus, can you please
Let me know if I can assist.
I cannot locate any of the above user info in the production environment.
@Redcroft -- Please email support@gpodder.net to keep your info private. Send current username and email address.
Confirmed. When testing on dev instance, same thing happens with username and/or password.
Seems like this might be a Django issue, though???
It looks like when a user deletes their account, it only puts it in an inactive status, and requires an admin to delete the account.
But, I'm not finding Redcroft, richard2, or richard@mythreed.com in the Inactive bucket.
Are you still having the same problem, @Redcroft?
It looks like when a user deletes their account, it only puts it in an inactive status, and requires an admin to delete the account.
There's a periodic job that deletes inactive users.
This ensures that deleted users can be re-activated manually if they are deleted accidentally.
To test if the issue persists after the deactivated user has been cleaned up, you could do the following
# don't keep disabled users
$ cat 0 >> envs/dev/ACTIVATION_VALID_DAYS
# manually trigger the cleanup job
$ envdir envs/dev/ python manage.py shell
Python 3.6.5 (default, Apr 1 2018, 05:46:30)
>>> from mygpo.users.tasks import remove_inactive_users
>>> remove_inactive_users()
Thanks for the [Insights]
Hello. Sorry to revive an old thread, but this (or at least a very similar) issue still exists. Here are the steps I took to get stuck in this state:
Now if I attempt to register a new account with the same user name, it says the username is already in use, and if I use a different username but the same email it says the email is already in use. But when attempting to log in with that username, it states that I need to activate the account and resends a new activation link, which is simply "https://gpodder.net/activate/None".
Hello. Sorry to revive an old thread, but this (or at least a very similar) issue still exists. Here are the steps I took to get stuck in this state:
1. Register account using "adhansen" as the username 2. Follow activation email 3. Log in 4. Delete account
Now if I attempt to register a new account with the same user name, it says the username is already in use, and if I use a different username but the same email it says the email is already in use. But when attempting to log in with that username, it states that I need to activate the account and resends a new activation link, which is simply "https://gpodder.net/activate/None".
I can confirm, issue persists.
Hi, Wanted to start again on gpodder and use a different username, old account was called richard2. Deleted the account and tried to create a new one but can't as:
The email address Richard@mythreed.com is already in use.
and trying to reset the login results in
Thanks