3684 The password submitted contains too few characters

Cause:

The password submitted is shorter than specified for this system.

Solution:

The password submitted is shorter than specified for this system.

Example:

modify user tmp_nazmul1 AS PASSWORD="aaaa";

Executed as Single statement. Failed [3684 : 28000] The password submitted contains too few characters.

Elapsed time = 00:00:00.046

STATEMENT 1: MODIFY failed.

modify user tmp_nazmul1 AS PASSWORD="aaaaaaaa";

Executed as Single statement.

Elapsed time = 00:00:00.078

STATEMENT 1: MODIFY completed. 0 rows processed.