Sign Up Scaffolding (#2453)

* Fix js dependencies

* Breadcrumb implementation

* Test for UniqueEmailRule Validation

* reduce length of account_key to prevent key too long error

* Fixes for travis - reduce user email length

* Reduce all unique field lengths to 100 to prevent key overflow

* Fix for Bank Model

* Prevent a user from registering multiple account with one email address when using multiple databases
This commit is contained in:
David Bomba
2018-10-17 23:26:27 +11:00
committed by GitHub
parent 528c99f655
commit 62e2444a2c
40 changed files with 878 additions and 348 deletions

View File

@@ -13,8 +13,8 @@
<directory suffix="Test.php">./tests/Unit</directory>
</testsuite>
<testsuite name="Feature">
<directory suffix="Test.php">./tests/Feature</directory>
<testsuite name="Integration">
<directory suffix="Test.php">./tests/Integration</directory>
</testsuite>
</testsuites>
<filter>