Commit 25c9fcc
committed
fix(security): validate demo user password against project policy
CREATE DEMO USER now checks the password against the project's
PasswordPolicy before writing to MPR. Previously, non-compliant
passwords were accepted silently but the Mendix runtime would skip
creating the user, leading to confusing "unknown user" login errors.
Closes #1371 parent f575240 commit 25c9fcc
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
947 | 947 | | |
948 | 948 | | |
949 | 949 | | |
| 950 | + | |
| 951 | + | |
| 952 | + | |
| 953 | + | |
| 954 | + | |
950 | 955 | | |
951 | 956 | | |
952 | 957 | | |
| |||
0 commit comments