]
Farah Juma reassigned WFCORE-3053:
----------------------------------
Assignee: Farah Juma (was: Tomaz Cerar)
Regression: disabling/enabling user through add-user script removes
all disabled users
--------------------------------------------------------------------------------------
Key: WFCORE-3053
URL:
https://issues.jboss.org/browse/WFCORE-3053
Project: WildFly Core
Issue Type: Bug
Components: Scripts, Security
Affects Versions: 3.0.0.Beta26
Reporter: Ondrej Lukas
Assignee: Farah Juma
Priority: Blocker
add-user script provides ability to enable/disable existing user. It uses commented lines
with users as disabled user, e.g.:
{code}
#admin=2a0923285184943425d1f53ddd58ec7a
{code}
In case when any user is enabled/disabled through add-user script then all other disabled
users are removed from given properties file.