Re: Users and Passwords

2018-01-15 Thread Jacques Le Roux
Yes using the https://demo-trunk.ofbiz.apache.org/webtools/control/EntitySQLProcessor (beware to not forget to change the Group) But then you need to know which SQL script to pass... Jacques Le 14/01/2018 à 04:26, Craig Parker a écrit : I've gone through and disabled all the logins except ad

Re: Users and Passwords

2018-01-13 Thread Craig Parker
I've gone through and disabled all the logins except admin in a test area. I don't know yet what any of the passwords are or what those user permissions were. Just curious though... Was there a way to do it in one fell swoop in the Derby database? On 01/12/2018 10:29 PM, cr...@fossfolks.com w

Re: Users and Passwords

2018-01-12 Thread craig
Oh, I was so close... But it's fixed now. MWAHAHAHA! Thanks Paul. On 2018-01-12 20:58, Paul Foxworthy wrote: Hi Craig, Your users are instances of Party as much as anyone else. In the Party Manager there are screens to manage user logins and groups. Start from Party - Security ( https://d

Re: Users and Passwords

2018-01-12 Thread Paul Foxworthy
Hi Craig, Your users are instances of Party as much as anyone else. In the Party Manager there are screens to manage user logins and groups. Start from Party - Security ( https://demo-trunk.ofbiz.apache.org/partymgr/control/FindUserLogin). You can change a password or require a password change

Users and Passwords

2018-01-12 Thread craig
I don't see a simple way in the software to list users or reset passwords. I will admit, again, that perhaps I'm numbing it and just missing the link. I have a web facing default install, and need to change the admin pass. I'm also not sure if there are other user accounts in the seed data that

Re: Storing and retrieving users and passwords from LDAP

2007-07-15 Thread Amine AZZI
Hi Torsten, Happy that my work helped to make a more suitable work. Thank you also for enhancing the job. Amine. 2007/7/14, Torsten Schlabach <[EMAIL PROTECTED]>: Hi Amine, thank you for your help. I was able to make this work, and I have spent some extra time to create a version which uses

Re: Storing and retrieving users and passwords from LDAP

2007-07-14 Thread Torsten Schlabach
Hi Amine, thank you for your help. I was able to make this work, and I have spent some extra time to create a version which uses JDNI (as included in the JDK) and therefore does not need any extra lib and does not have any license issues. I have attched my version to the JIRA issue. Adrian s

Re: Storing and retrieving users and passwords from LDAP

2007-07-14 Thread Amine AZZI
Hi Torsten, I posted a jira issue with svn patches for the same work on https://issues.apache.org/jira/browse/OFBIZ-811 I hope this would help you. Of course there some work to do to have it on Ofbiz, Amine. 2007/7/14, Torsten Schlabach <[EMAIL PROTECTED]>: Hi Amine! It has been a long tim

Re: Storing and retrieving users and passwords from LDAP

2007-07-14 Thread Torsten Schlabach
Hi Amine! It has been a long time ago since you sent me this, but now I am revisiting the topic. > I send you the patch here (it concerns a CVS diff unfortunaltely but > it's so basic that you can reproduce it). Well, no, sorry, but not at all. I was able to extract the userLoginLdap(Dispatc

Re: Storing and retrieving users and passwords from LDAP

2007-03-02 Thread Amine AZZI
Hello Torsten, I fell in the same problem. what I did if the integration of an ldap API and added a method to LoginServices, and to security.properties I send you the patch here (it concerns a CVS diff unfortunaltely but it's so basic that you can reproduce it). The API integrated is the one of M

Re: Storing and retrieving users and passwords from LDAP

2007-02-28 Thread Torsten Schlabach
Change or provide an alternative implementation? If I did either one, would you commit it? I mean, would that be a "clean" solution? David E. Jones schrieb: Rather than trying to do this through the entity engine it might be better/easier to just change the userLogin service to look at both

Re: Storing and retrieving users and passwords from LDAP

2007-02-28 Thread David E. Jones
Rather than trying to do this through the entity engine it might be better/easier to just change the userLogin service to look at both sources, and manage conflicts as desired, etc. -David On Feb 28, 2007, at 11:29 AM, Torsten Schlabach wrote: Hi! I think I am about to find my way thro

Storing and retrieving users and passwords from LDAP

2007-02-28 Thread Torsten Schlabach
Hi! I think I am about to find my way through OFBiz internals, so basically I am just asking for confirmation and some little hints. What I am trying to do is to read users and their passwords not from the embedded Derby database but from a given LDAP directory. I have taken a look at org.o