Deactivate account #836

Closed
opened 2025-11-02 03:38:16 -06:00 by GiteaMirror · 7 comments
Owner

Originally created by @lcges on GitHub (Jun 22, 2017).

  • Gitea version (or commit ref): 1.1.0
  • Git version: last version
  • Operating system: FreeBSD 11
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • Not relevant

There is a bug when I deactivate account emails with all work progress are sending still to email from deactivated account. When account is deactivated it must be deactivated totally, all functions of account should be deactivated when account will be deactivated.

...

2017-06-22t12 02 59 02 00-831x39

If this issue involves the Web Interface, please include a screenshot

Originally created by @lcges on GitHub (Jun 22, 2017). - Gitea version (or commit ref): 1.1.0 - Git version: last version - Operating system: FreeBSD 11 - Database (use `[x]`): - [x] PostgreSQL - [ ] MySQL - [ ] MSSQL - [ ] SQLite - Can you reproduce the bug at https://try.gitea.io: - [ ] Yes (provide example URL) - [ ] No - [x] Not relevant There is a bug when I deactivate account emails with all work progress are sending still to email from deactivated account. When account is deactivated it must be deactivated totally, all functions of account should be deactivated when account will be deactivated. ... ![2017-06-22t12 02 59 02 00-831x39](https://user-images.githubusercontent.com/19255071/27428672-17902fd2-5743-11e7-95d6-88d1f22c291f.png) **If this issue involves the Web Interface, please include a screenshot**
GiteaMirror added the type/bug label 2025-11-02 03:38:16 -06:00
Author
Owner

@daviian commented on GitHub (Aug 20, 2017):

@lunny You can assign me to this issue

@daviian commented on GitHub (Aug 20, 2017): @lunny You can assign me to this issue
Author
Owner

@lafriks commented on GitHub (Aug 20, 2017):

@daviian only members can be assigned to issue but work freely on it

@lafriks commented on GitHub (Aug 20, 2017): @daviian only members can be assigned to issue but work freely on it
Author
Owner

@daviian commented on GitHub (Aug 21, 2017):

Currently there are two flags describing the active state of a user.
The is_active and prohibited_login flags. Imo a user is inactive if one of both is set.
Please correct me if I am wrong.

@daviian commented on GitHub (Aug 21, 2017): Currently there are two flags describing the active state of a user. The `is_active` and `prohibited_login` flags. Imo a user is **inactive** if one of both is set. Please correct me if I am wrong.
Author
Owner

@lunny commented on GitHub (Aug 22, 2017):

Just found some different between the two flags.
is_active is false, you and your public repos will not be visited by others.
prohibited_login is false, you and your public repos will still be visited by others

@lunny commented on GitHub (Aug 22, 2017): Just found some different between the two flags. `is_active` is false, you and your public repos will not be visited by others. `prohibited_login` is false, you and your public repos will still be visited by others
Author
Owner

@lafriks commented on GitHub (Aug 22, 2017):

But user should not get notifications in both cases I think

@lafriks commented on GitHub (Aug 22, 2017): But user should not get notifications in both cases I think
Author
Owner

@lunny commented on GitHub (Aug 22, 2017):

@lafriks I agree with that.

@lunny commented on GitHub (Aug 22, 2017): @lafriks I agree with that.
Author
Owner

@lunny commented on GitHub (Sep 22, 2017):

resolved by #2384

@lunny commented on GitHub (Sep 22, 2017): resolved by #2384
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#836