acacha / users

User managment with Laravel and adminlte-laravel
MIT License
2 stars 0 forks source link

How users can unsubscribe #3

Open acacha opened 7 years ago

acacha commented 7 years ago

Laravel default auth scaffolding (and acacha adminlte laravel auth scaffolding also) does not provide any option to unsubscribe

'''Public'''

only emails froms not confirmed users (email have not been validated) can be unsuscribed. How: -- A link from an email (unsubscribe option) -- Form (user has to provide de email without any helpers)

To ways to unsuscribe:

'''With authorization'''