How get a password for an user account ?

14 views
Skip to first unread message

Nicolas Jeol

unread,
Nov 22, 2010, 11:41:21 AM11/22/10
to Eureka Streams Development
Hi,
I create all my users with the command line select createperson
(.....);
But I would like to put a password for each user (it's not in the
command line) and I check the file
of login and there is no confirmation for the password :

web/src/main/java/org/eurekastreams/web/client/ui/common/dialog/login/
LoginDialogController.java :
"if (formReturnValue.contains("LOGIN_SUCCESS")) "...
There is no && PASSWORD_SUCCESS ?
So it's is possible to put a password without code it in java because
right now blanck or every password is accept ?
Thanks for an eventually answer :)

Bill W

unread,
Nov 22, 2010, 4:06:17 PM11/22/10
to Eureka Streams Development
We have multiple user logon security approaches available based on
which Spring config file is imported from applicationContext.xml. The
default is Open Access (configured in applicationContext-security-
openaccess.xml) which does not require a password at all - this is
handy for development, demos, or trying ES out, but certainly not for
production use. We made it the default so that people trying out
Eureka Streams could get up and running more easily.

We have three other logon security configurations, but they're all
oriented toward enterprise setups where it interfaces with an external
authority provider, such as a corporate LDAP or AD server. We have
not developed one that stores passwords like you're looking for. Just
because our primary focus is enterprise use, and most enterprises have
a centralized identity system which they would want ES to tie into.
Reply all
Reply to author
Forward
0 new messages