SpringUserFramework
SpringUserFramework copied to clipboard
Easy User Management Framework/Starter App for Spring. Providing registration, login, logout, and more built on top of Spring Security.
Hi, i added test for registration page, and also impl logic for delete test user data from database when in storing by registration process.
The current forgot password page has the form elements essentially invisible - https://p198.p4.n0.cdn.getcloudapp.com/items/p9uYQQo0/1c79cb08-f41e-4f8f-97fc-b0828b378f7b.png?v=2f0c0c39278e380cf0a2f8bc76ab29fd /user/forgot-password.html
/user/update-password.html Currently it is impossible to see the form elements: https://p198.p4.n0.cdn.getcloudapp.com/items/geu1yxqw/8f7e699e-5694-4169-92ed-95504c243d50.png?v=7fd94f21ead7976b1ef1b792b16c363d
This project needs unit tests and possibly some functional or web ui automated tests.
Go through all features and test success and failure cases, ensure functionality, messaging, and UX are all working as expected. Essentially polish this project into a solid v2 release state.
Build a feature to allow a role based permission to lock user accounts and display messaging to the end user.
Which could be included via Maven or Gradle. Move all front end stuff, which is meant to be an example only anyhow, and extract all configs into an install step...
# Issue: Implement Configurable Password Policy Enforcement ## Overview We need to add password policy enforcement to the Spring User Framework to enhance security and compliance. The framework already includes...