Commit 0069d8b1 by Liv Haapala

userviewiin muutos createadduserview

1 parent acda8f82
...@@ -358,7 +358,7 @@ public class UserView extends GenericCDIView { ...@@ -358,7 +358,7 @@ public class UserView extends GenericCDIView {
public String createUserAdduserView() { public String createUserAdduserView() {
userbean.createNewUser(user, getPassword()); userbean.createNewUser(user, getPassword());
authView.executeAdduserAutoLogin(user, getPassword()); //authView.executeAdduserAutoLogin(user, getPassword());
return "/admin/adduser/update"; return "/admin/adduser/update";
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!