Merge pull request #63 from Sultan1337/patch-6

sf-cnr.pwn
This commit is contained in:
Lorenc Pekaj 2019-07-08 09:08:19 +10:00 committed by GitHub
commit 40a961071a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2795,6 +2795,8 @@ CMD:changepw( playerid, params[ ] )
static
szHashed[ 129 ], szSalt[ 25 ];
if ( p_accountSecurityData[ playerid ] [ E_ID ] && ! p_accountSecurityData[ playerid ] [ E_VERIFIED ] && p_accountSecurityData[ playerid ] [ E_MODE ] != SECURITY_MODE_DISABLED )
return SendError( playerid, "You must be verified in order to use this feature. "COL_YELLOW"(use /verify)" );
if ( !p_PlayerLogged{ playerid } ) return SendError( playerid, "You are not logged in." );
if ( isnull( params ) ) return SendUsage( playerid, "/change(pw/pass/password) [PASSWORD]" );
if ( strlen( params ) > 24 || strlen( params ) < 3 ) return SendError( playerid, "Your password must be indexed within 3 and 24 characters." );