Thanks Bob
Just installed Revo RC1 to local server no problems
One small hitch in only packaged template Andreas01 Wayfinder call
should be
[[Wayfinder? &startId=`0`]]
Where should I post failing not realy a bug.
Not sure where to post this may be bad for newcommers as no navigation.
But not a train smash.
I have been studing dbtables for Evo & Revo with regard to logins
Evo
modx_users_attributes.
modx_web_users
UserId,username,password,cachepwd
modx_web_users_atributes
other fields similar to modx_users_attributes
modx_web_users_atributes_extended
user added fields by param’s.
The first db is used by manager login.
The others by wlpe.
Am I correct ?
Is there a reason why wlpe does not use modx_users_ attributes db ?
There seems to me to be a distinction between manager and web login is this necessary in use of dbtables?
Revo
modx_user_attributes
I have installed login package.
No tables have been created by instalation.
I have been unable to find in the code what dbtables login component uses
Could someone please advise?
If login uses modx_users_attributes it does not appear to use all fields in this table.
All modx_users_attributes fields seem available in manager.
Do we have the same distinction between backend and frontend users ie users and web_users in
Revo ?
Would it be easier to just update wlpe for Evo first by using PDO for database queries and splitting and optomising code into smaller callable snippets with a common database query class (PDO)
Regards
Allan