mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 14:19:58 +09:00
Modify member module to make use of improved password hashing
This commit is contained in:
parent
7499a2a6c7
commit
7c6b82a522
8 changed files with 156 additions and 59 deletions
|
|
@ -7,5 +7,8 @@
|
|||
<field name="webmaster_name" required="true" length="2:40" />
|
||||
<field name="webmaster_email" length="1:200" rule="email" />
|
||||
<field name="password_strength" required="true" />
|
||||
<field name="password_hashing_algorithm" required="true" />
|
||||
<field name="password_hashing_work_factor" required="true" />
|
||||
<field name="password_hashing_auto_upgrade" required="true" />
|
||||
</fields>
|
||||
</ruleset>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue