]> BookStack Code Mirror - bookstack/commit
Got standard form-based registration working
authorDan Brown <redacted>
Sat, 5 Sep 2015 19:25:57 +0000 (20:25 +0100)
committerDan Brown <redacted>
Sat, 5 Sep 2015 19:25:57 +0000 (20:25 +0100)
commitdec0cbb1b25d139c504923a15b4ce884562c7404
treed5a30b82c70dd3634f15dbb886d8f75d62974bb3
parent2c3fb557d6098301f6549fae69ccb1f19d8572b8
Got standard form-based registration working
17 files changed:
app/EmailConfirmation.php [new file with mode: 0644]
app/Exceptions/ConfirmationEmailException.php [new file with mode: 0644]
app/Exceptions/UserRegistrationException.php [new file with mode: 0644]
app/Http/Controllers/Auth/AuthController.php
app/Http/Controllers/SettingController.php
app/Http/Controllers/UserController.php
app/Http/Middleware/Authenticate.php
app/Http/routes.php
app/Repos/UserRepo.php
app/Services/EmailConfirmationService.php [new file with mode: 0644]
database/migrations/2015_09_04_165821_create_social_accounts_table.php
database/migrations/2015_09_05_164707_add_email_confirmation_table.php [new file with mode: 0644]
resources/views/auth/register-confirm.blade.php [new file with mode: 0644]
resources/views/auth/register.blade.php
resources/views/auth/user-unconfirmed.blade.php [new file with mode: 0644]
resources/views/emails/email-confirmation.blade.php
resources/views/public.blade.php