Naz
75170535a4
Renamed destroyByAuthor to reassignByAuthor
...
refs https://github.com/TryGhost/Toolbox/issues/268
- The previous naming didn't make much sense in the context of what the method what doing
2022-04-28 15:37:13 +01:00
Naz
f5937c6f65
Refactored destroyUser method to async/await
...
refs https://github.com/TryGhost/Toolbox/issues/268
- Before doing a functional change to this method wanted to make sure it's more readable to keep better track of changes
2022-04-25 10:50:04 +08:00
Thibaut Patel
f12f64e87b
🔒 Added a "reset all passwords" feature ( #13005 )
...
issue https://github.com/TryGhost/Team/issues/750
- Only accessible by admins
- Resets all staff users' passwords and prevents them to log-in
- Sends them a reset email password to give them back access to their account
- Closes all existing staff user sessions
2021-06-23 14:54:28 +02:00
Thibaut Patel
6a49df36cb
Moved the users service to use our DI pattern
...
refs #12537
2021-01-15 17:58:36 +01:00
Thibaut Patel
0bea158832
Moved the service logic out of the users controller
...
refs #12537
2021-01-14 16:41:59 +01:00