Gitea: Deactivate account

Created on 22 Jun 2017  路  7Comments  路  Source: go-gitea/gitea

  • 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

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

kinbug

All 7 comments

@lunny You can assign me to this issue

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

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.

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

But user should not get notifications in both cases I think

@lafriks I agree with that.

resolved by #2384

Was this page helpful?
0 / 5 - 0 ratings