Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@SiddhantSadangi SiddhantSadangi released this 14 Aug 20:33
· 4 commits to main since this release

What's Changed

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: v1.0.1...v1.1.0