Use bind authentication in LDAP
[lgpl/argeo-commons.git] / security / plugins / org.argeo.security.ui.admin / src / main / java / org / argeo / security / ui / admin / editors / ArgeoUserEditor.java
index a0e4dfc82332faf44b9dfbc04e909e44b02fae4b..41b27b5ddda0df9ffed0c2f2e404c781d95aaf2b 100644 (file)
@@ -53,7 +53,7 @@ public class ArgeoUserEditor extends FormEditor {
        protected void addPages() {
                try {
                        addPage(new DefaultUserMainPage(this,
-                                       userHome.getNode(ArgeoNames.ARGEO_USER_PROFILE)));
+                                       userHome.getNode(ArgeoNames.ARGEO_PROFILE)));
                        addPage(new UserRolesPage(this, userDetails, userAdminService));
                } catch (Exception e) {
                        throw new ArgeoException("Cannot add pages", e);