[ 
https://issues.apache.org/jira/browse/OAK-4172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

angela reassigned OAK-4172:
---------------------------

    Assignee: angela

> Expose 'omitAdminPw' configuraton
> ---------------------------------
>
>                 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
>
> 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)

Reply via email to