"data/PasswordSecurityData.xml" is no longer loaded by seed reader

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

"data/PasswordSecurityData.xml" is no longer loaded by seed reader

masionas
hi Guys,

After I merged with Ofbiz trunk recently I found out that admin user login as well "SecurityExtData.xml" has gone from security app "data" folder and not loading anymore in "applications/securityext/ofbiz-component.xml".

The question is how it works now and where it has been moved to, if it was.

Thank you.
Reply | Threaded
Open this post in threaded view
|

Re: "data/PasswordSecurityData.xml" is no longer loaded by seed reader

Adrian Crum
Check the commit logs for the applications/securityext folder. Also, you
can search *.xml files for the missing data.

-Adrian

On 1/11/2011 8:46 AM, masionas wrote:

>
> hi Guys,
>
> After I merged with Ofbiz trunk recently I found out that admin user login
> as well "SecurityExtData.xml" has gone from security app "data" folder and
> not loading anymore in "applications/securityext/ofbiz-component.xml".
>
> The question is how it works now and where it has been moved to, if it was.
>
> Thank you.
Reply | Threaded
Open this post in threaded view
|

Re: "data/PasswordSecurityData.xml" is no longer loaded by seed reader

Jacopo Cappellato-4
In reply to this post by masionas
You'll find the file here:

framework/security/data/PasswordSecurityData.xml

Kind regards,

Jacopo


On Jan 11, 2011, at 5:46 PM, masionas wrote:

>
> hi Guys,
>
> After I merged with Ofbiz trunk recently I found out that admin user login
> as well "SecurityExtData.xml" has gone from security app "data" folder and
> not loading anymore in "applications/securityext/ofbiz-component.xml".
>
> The question is how it works now and where it has been moved to, if it was.
>
> Thank you.
> --
> View this message in context: http://ofbiz.135035.n4.nabble.com/data-PasswordSecurityData-xml-is-no-longer-loaded-by-seed-reader-tp3209291p3209291.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.

Reply | Threaded
Open this post in threaded view
|

Re: "data/PasswordSecurityData.xml" is no longer loaded by seed reader

masionas
In reply to this post by Adrian Crum
Thank you, Adrian. I see now. It is loaded now under "demo" reader ( for whatever reason) and has been moved to framework from applications.
Reply | Threaded
Open this post in threaded view
|

Re: "data/PasswordSecurityData.xml" is no longer loaded by seed reader

Adrian Crum
There have been a number of changes made to security-related seed and
demo data. If you look at the commit logs and find the date of the
change, and then browse the dev mailing list for dates around that time,
you will find the reasons for the changes.

-Adrian

On 1/11/2011 9:32 AM, masionas wrote:
>
> Thank you, Adrian. I see now. It is loaded now under "demo" reader ( for
> whatever reason) and has been moved to framework from applications.