What's Changed
* feat: Add password constraint checks by SiddhantSadangi in https://github.com/SiddhantSadangi/st_login_form/pull/11
This release adds password constraint checks to the login form, allowing enforcement of specific password requirements (currently fixed to at least 8 characters, including one uppercase letter, one lowercase letter, one number, and one special character (`$!%*?&_^- `).
It also adds a new parameter, `constrain_password,` to the login form function to enable or disable password constraints.
**Full Changelog**: https://github.com/SiddhantSadangi/st_login_form/compare/v1.0.1...v1.1.0