Zizaco / confide

Confide is a authentication solution for Laravel 4
1.19k stars 258 forks source link

Deactivate user? #530

Closed spaceageliving closed 9 years ago

spaceageliving commented 9 years ago

Is their any easy way to have an active/inactive switch on users? Would be nice to be able to temporarily disable access without deleting the user.

andrewelkins commented 9 years ago

I'd set your model to soft delete the user.

On Sun, Apr 26, 2015 at 3:09 PM, spaceageliving notifications@github.com wrote:

Is their any easy way to have an active/inactive switch on users? Would be nice to be able to temporarily disable access without deleting the user.

— Reply to this email directly or view it on GitHub https://github.com/Zizaco/confide/issues/530.

spaceageliving commented 9 years ago

good idea, didn't thing of that, thanks!