Nicolai Ort niggl
niggl deleted branch feature/112-org_registration_links from lfk/frontend 2021-03-26 18:59:54 +00:00
niggl pushed to feature/106-password_strength at lfk/frontend 2021-03-26 18:59:50 +00:00
f1e6fb4ce7 Merge branch 'dev' into feature/106-password_strength
2ca63fd1f6 🚀RELEASE v0.9.1
a5d25e7d92 Merge pull request 'Org selfservice Link feature/112-org_registration_links' (#114) from feature/112-org_registration_links into dev
c074c12be7 Sorted translations
ddbc293e9c Added translations
Compare 13 commits »
niggl pushed tag 0.9.1 to lfk/frontend 2021-03-26 18:59:41 +00:00
niggl pushed to dev at lfk/frontend 2021-03-26 18:59:35 +00:00
2ca63fd1f6 🚀RELEASE v0.9.1
niggl closed issue lfk/frontend#112 2021-03-26 18:58:36 +00:00
Generate Org selfservice links in the frontend
niggl merged pull request lfk/frontend#114 2021-03-26 18:58:36 +00:00
Org selfservice Link feature/112-org_registration_links
niggl pushed to dev at lfk/frontend 2021-03-26 18:58:35 +00:00
a5d25e7d92 Merge pull request 'Org selfservice Link feature/112-org_registration_links' (#114) from feature/112-org_registration_links into dev
c074c12be7 Sorted translations
ddbc293e9c Added translations
a3921b45c7 Copy now 100% worX
38e1c8c5a1 Merge branch 'feature/112-org_registration_links' of git.odit.services:lfk/frontend into feature/112-org_registration_links
Compare 11 commits »
niggl created pull request lfk/frontend#115 2021-03-26 18:54:19 +00:00
Implemented password strength test feature/106-password_strength
niggl pushed to feature/106-password_strength at lfk/frontend 2021-03-26 18:52:32 +00:00
4167819e7a Formatting🛠
niggl pushed to feature/106-password_strength at lfk/frontend 2021-03-26 18:51:58 +00:00
5bd3a463f0 Sorted translations 🌍
niggl pushed to feature/106-password_strength at lfk/frontend 2021-03-26 18:51:28 +00:00
79c447b4c6 Added translations
niggl pushed to feature/106-password_strength at lfk/frontend 2021-03-26 18:48:43 +00:00
540304f947 User creation can now only be triggered if pw is strong enoug
niggl pushed to feature/106-password_strength at lfk/frontend 2021-03-26 18:47:26 +00:00
75d8f7331b Reset can now only be triggered if pw is strong enoug
niggl pushed to feature/106-password_strength at lfk/frontend 2021-03-26 18:45:54 +00:00
b2509e9e53 Module now exports functions that check if a password is strong enough and equal to a potential confirmation field
niggl commented on issue lfk/frontend#106 2021-03-26 18:32:03 +00:00
Password requirements

I implemented the basic password check. TODO: Implement the function that enables/disables buttons

niggl pushed to feature/106-password_strength at lfk/frontend 2021-03-26 18:31:22 +00:00
7862f44653 Now using pw strength component for user creation
niggl pushed to feature/106-password_strength at lfk/frontend 2021-03-26 18:29:47 +00:00
962dd0c1bb Added missing exports
niggl pushed to feature/106-password_strength at lfk/frontend 2021-03-26 18:29:38 +00:00
5d5f7c7f5c Now using pw strength component for reset
niggl pushed to feature/106-password_strength at lfk/frontend 2021-03-26 18:29:25 +00:00
6aaf838451 Now using pw strength component
niggl pushed to feature/106-password_strength at lfk/frontend 2021-03-26 18:26:27 +00:00
ad3bd312e9 Added a password strength verification