mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-18 06:03:38 +09:00
Update 1.0.70
This commit is contained in:
@@ -129,8 +129,8 @@ class UM_Validation {
|
||||
/***
|
||||
*** @generate a password, hash, or similar
|
||||
***/
|
||||
function generate( $length = 12 ) {
|
||||
return wp_generate_password($length, false);
|
||||
function generate( $length = 40 ) {
|
||||
return wp_generate_password( $length, false );
|
||||
}
|
||||
|
||||
/***
|
||||
|
||||
Reference in New Issue
Block a user