Attendize/app/Http/Controllers
Sebastian Schmidt 2458765463 Increase min password lenght to 8 chars
> Verifiers SHALL require subscriber-chosen memorized secrets to be at least 8 characters in length. Verifiers SHOULD permit subscriber-chosen memorized secrets at least 64 characters in length. All printing ASCII [RFC 20] characters as well as the space character SHOULD be acceptable in memorized secrets. Unicode [ISO/ISC 10646] characters SHOULD be accepted as well. To make allowances for likely mistyping, verifiers MAY replace multiple consecutive space characters with a single space character prior to verification, provided that the result is at least 8 characters in length. Truncation of the secret SHALL NOT be performed. For purposes of the above length requirements, each Unicode code point SHALL be counted as a single character.

https://pages.nist.gov/800-63-3/sp800-63b.html#-5112-memorized-secret-verifiers
2018-09-22 13:03:19 +10:00
..
API Reformat code 2016-09-06 21:39:27 +01:00
Auth Reformat code 2016-09-06 21:39:27 +01:00
Controller.php Few minor fixes related to L5.2 update 2016-03-30 14:39:18 +01:00
EventAttendeesController.php Merge pull request #424 from Attendize/upgrade-laravel-5.6 2018-08-21 12:55:31 +02:00
EventCheckInController.php (localization) Several big changes: 2018-05-03 23:41:22 +02:00
EventCheckoutController.php fixes bug where sales volume is not incremented correctly 2018-11-04 20:39:42 +02:00
EventController.php Upgrading to Laravel 5.6 2018-08-15 13:26:10 +02:00
EventCustomizeController.php (localization) Several big changes: 2018-05-03 23:41:22 +02:00
EventDashboardController.php Reformat code 2016-09-06 21:39:27 +01:00
EventOrdersController.php Added Tax to emails and various views 2018-07-11 13:47:41 +02:00
EventPromoteController.php Reformat code 2016-09-06 21:39:27 +01:00
EventQrcodeCheckInController.php (localization) Several big changes: 2018-05-03 23:41:22 +02:00
EventQuestionsController.php Reformat code 2016-09-06 21:39:27 +01:00
EventSurveyController.php (localization) Several big changes: 2018-05-03 23:41:22 +02:00
EventTicketsController.php (localization) Several big changes: 2018-05-03 23:41:22 +02:00
EventViewController.php (localization) Several big changes: 2018-05-03 23:41:22 +02:00
EventViewEmbeddedController.php Make tickets be sorted in ASC order 2016-10-23 19:52:40 -04:00
EventWidgetsController.php Reformat code 2016-09-06 21:39:27 +01:00
ImageController.php Reformat code 2016-09-06 21:39:27 +01:00
InstallerController.php fixed issue with installed when app key is regenerated to make key length 32 characters and not 16 2018-09-02 23:16:40 +02:00
ManageAccountController.php Upgrading to Laravel 5.6 2018-08-15 13:26:10 +02:00
MyBaseController.php Upgrading to Laravel 5.6 2018-08-15 13:26:10 +02:00
OrganiserController.php Finalised Charging V.A.T 2018-07-11 19:51:11 +02:00
OrganiserCustomizeController.php Finalised Charging V.A.T 2018-07-11 19:51:11 +02:00
OrganiserDashboardController.php Added Organiser Events Test fixed model factory 2016-06-16 20:03:47 -04:00
OrganiserEventsController.php Reformat code 2016-09-06 21:39:27 +01:00
OrganiserViewController.php Reformat code 2016-09-06 21:39:27 +01:00
RemindersController.php (localization) Several big changes: 2018-05-03 23:41:22 +02:00
UserController.php Increase min password lenght to 8 chars 2018-09-22 13:03:19 +10:00
UserLoginController.php (localization) Several big changes: 2018-05-03 23:41:22 +02:00
UserLogoutController.php Upgrading to Laravel 5.6 2018-08-15 13:26:10 +02:00
UserSignupController.php Increase min password lenght to 8 chars 2018-09-22 13:03:19 +10:00