LinkStack/resources/views/auth
Julian Prieber a65509bd58
Update register.blade.php
Added option to override registration, even if disabled with the setting in the database.

This is something that probably 99.999% of users will never need, but I really need a function like this for my personal instance.
If "REGISTER_OVERRIDE=true" is added to the .env config file, users will be able to register no matter what is set with the setting in the database. This is useful if two LittleLink Custom instances access the same database, but one should allow registration and the other should not.

If this causes any errors in the future, I will remove this.
2022-05-05 15:11:35 +02:00
..
confirm-password.blade.php Fixed bug/simplified setup 2022-02-27 19:33:19 +01:00
forgot-password.blade.php Fixed bug/simplified setup 2022-02-27 19:33:19 +01:00
login.blade.php Fixed bug/simplified setup 2022-02-27 19:33:19 +01:00
register.blade.php Update register.blade.php 2022-05-05 15:11:35 +02:00
reset-password.blade.php Fixed bug/simplified setup 2022-02-27 19:33:19 +01:00
verify-email.blade.php Added email verification 2022-03-19 16:48:21 +01:00