Skip to content

Commit 0e10f11

Browse files
akoclaude
andcommitted
fix: update second demo user password to meet 12-char policy
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 061531a commit 0e10f11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mdl-examples/doctype-tests/08-security-examples.mdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ CREATE or modify DEMO USER 'sectest_user' PASSWORD 'Password1!xx' (RegularUser);
562562
/**
563563
* Create a demo user with multiple user roles.
564564
*/
565-
CREATE or modify DEMO USER 'sectest_admin' PASSWORD 'Admin123!' (RegularUser, SuperAdmin);
565+
CREATE or modify DEMO USER 'sectest_admin' PASSWORD 'Admin12345!!' (RegularUser, SuperAdmin);
566566
/
567567

568568
-- Verify

0 commit comments

Comments
 (0)