suspend, resume, auto-resume user accounts.
See original GitHub issueI’ll eventually need to be able to suspend and resume user accounts and I dare say other devs will too so I think this would be a worthy feature extension. Suspend should also logout the user from all active login sessions. suspend(userid, suspended)
can just add a user.suspended
datetime property value that’s checked on login and removed if it’s expired. If it’s a true
value it’s permanently suspended until removed or set to false
via a resume()
function.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:7 (6 by maintainers)
Top Results From Across the Web
Using the Suspend-Resume Feature
You can use the Suspend-Resume features to manually shut down your system, ... This section presents some guidelines to take into account before...
Read more >[Suggestion] Suspend/Resume process easier #146 - GitHub
Currently the only way to suspend / resume a process is by using Resource Monitor. Maybe add something like "right click on X...
Read more >Overview of Warehouses - Snowflake Documentation
Auto-suspend ensures that you do not leave a warehouse running (and consuming credits) when there are no incoming queries. Similarly, auto-resume ensures ...
Read more >Suspend/resume an active session - CyberArk Docs
This method enables the system to suspend or resume active PSM ... Resume the suspended active session and allow the privileged user to ......
Read more >How To Configure Auto Resume After Pause - Support - Xerox
Use the Auto Resume After Pause feature to set the amount of time a job automatically resumes after you click the Pause Printing...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Basically just needs an async callback to allow/deny signup or login and report a reason if denied. Now I think about it, the reasons for denying signup or login vary widely and can be rather app specific so maybe a plugin approach is wiser long term. e.g. Blocked/Suspended due to Violation of term of use, Non-payment or just “your trial period has ended”.
Examples:
Any plans for this feature? It is just what I need!
Thanks!.