MrJuliuss / syntara

Admin package for Laravel 4.
MIT License
302 stars 77 forks source link

Register/Forgot password forms? #156

Closed brack11 closed 9 years ago

brack11 commented 10 years ago

Are there any features for registering new user and restoring password (reactivating) links? If visitor of the site wants to register himself there can I provide the form for it or should i write my own controller and views for this?

MrJuliuss commented 10 years ago

Hi, Syntara is only for backend, you need to add your owns frontend forms ;) with your own controller/view.

Julien

brack11 commented 10 years ago

Thanks, are there any examples? e.g. I tried to implement email activation but as I made registration on test server I didnt get any activation emails even though I set everything up correctly and other email functions of laravel sending emails fine.

MrJuliuss commented 10 years ago

Did you set up your user activation like this ? http://mrjuliuss.github.io/syntara/docs/custom.html#user-activation-by-email