docbrown/app/services/authentication
Michael Kohl 0af8fc1866
Prevent suspended users from self-deleting and returning (#12503)
* Add new table and model

* Store banned user username hash on delete

* Prevent previously banned user from signing up again

* Update method name

* Refactor code and add more specs

* Test improvements

* Don't override existing global flash

* Fix typo

* Update spec description

* Update schema.rb

* More schema.rb fixes

* Simplify spec

* Update migration

* Clean up migration

* Rename method

* Add DataDog counter

* Revisit error handling

* Remove spurious empty line

* Make model name more explicit
2021-02-11 09:28:59 +07:00
..
providers Fix failure on blank image URLs passed from oauth (#12390) 2021-01-27 09:34:19 +01:00
authenticator.rb Prevent suspended users from self-deleting and returning (#12503) 2021-02-11 09:28:59 +07:00
paths.rb Rubocop: address feedback of #9430 and use kwargs (#9538) 2020-07-29 11:13:36 +02:00
providers.rb Allow Forem admins to enable an invite only mode. (#10758) 2020-10-12 11:27:22 -04:00