gate-sso / gate

Gate is MFA Enabled SSO Platform that supports SAML, OAuth, Linux shell login and CAS
https://gate-sso.github.io
MIT License
203 stars 53 forks source link

Add rake task & schedule it for purging inactive users #93

Closed giosakti closed 6 years ago

giosakti commented 6 years ago

Please review, I created a rake task and then schedule it using whenever gem. Instead of creating a button, I did the scheduled part directly.

Should I put whenever --update-crontab on Dockerfile?