question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

suspend, resume, auto-resume user accounts.

See original GitHub issue

I’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:open
  • Created 7 years ago
  • Reactions:1
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
tohagancommented, May 21, 2016

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:

0reactions
delkantcommented, Mar 16, 2017

Any plans for this feature? It is just what I need!

Thanks!.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found