[Yanel-commits] rev 45575 - public/yanel/trunk/src/resources/user-mgmt/src/java/org/wyona/yanel/impl/resources

michi at wyona.com michi at wyona.com
Wed Nov 18 14:20:06 CET 2009


Author: michi
Date: 2009-11-18 14:20:06 +0100 (Wed, 18 Nov 2009)
New Revision: 45575

Modified:
   public/yanel/trunk/src/resources/user-mgmt/src/java/org/wyona/yanel/impl/resources/CreateUserResource.java
Log:
note added re policies

Modified: public/yanel/trunk/src/resources/user-mgmt/src/java/org/wyona/yanel/impl/resources/CreateUserResource.java
===================================================================
--- public/yanel/trunk/src/resources/user-mgmt/src/java/org/wyona/yanel/impl/resources/CreateUserResource.java	2009-11-18 13:17:38 UTC (rev 45574)
+++ public/yanel/trunk/src/resources/user-mgmt/src/java/org/wyona/yanel/impl/resources/CreateUserResource.java	2009-11-18 13:20:06 UTC (rev 45575)
@@ -50,7 +50,7 @@
                 log.debug("creating user: " + id + " " + name + " " + email);
             }
             userManager.createUser(id, name, email, password);
-            addInfoMessage("User " + id + " (" + name + ") created successfully.");
+            addInfoMessage("User '" + id + "' (" + name + ") created successfully. (IMPORTANT: Please make sure to add user either to an existing group or to an access policy, because otherwise user will not have any explicite rights.)");
         } catch (AccessManagementException e) {
             throw new UsecaseException(e.getMessage(), e);
         }



More information about the Yanel-commits mailing list