[
https://issues.apache.org/jira/browse/OAK-4172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julian Reschke updated OAK-4172:
--------------------------------
Fix Version/s: (was: 1.5.6)
1.6
> Expose 'omitAdminPw' configuration
> ----------------------------------
>
> Key: OAK-4172
> URL: https://issues.apache.org/jira/browse/OAK-4172
> Project: Jackrabbit Oak
> Issue Type: Improvement
> Components: core
> Reporter: Antonio Sanso
> Assignee: angela
> Fix For: 1.6
>
>
> There is an 'omitAdminPw' switch that is used to initialize the Admin user
> without a password
> {code}
> if (userManager.getAuthorizable(adminId) == null) {
> boolean omitPw = params.getConfigValue(PARAM_OMIT_ADMIN_PW,
> false);
> userManager.createUser(adminId, (omitPw) ? null : adminId);
> }
> {code}
> it would be nice to expose such a configuration in order to be able to use
> this switch
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)