Extern Userdatabase
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Re: Extern Userdatabase
You need to execute the Aimeos update script to add the necessary columns after you've added the "db-customer" resource configuration.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star
-
- Posts: 92
- Joined: 15 Jan 2021, 11:02
Re: Extern Userdatabase
I see. Now its showing the users in the aimeos Customer Module .You need to execute the Aimeos update script to add the necessary columns after you've added the "db-customer" resource configuration.
Buzt next problem is. Its not possible to login with that users about the typo3 Login CE at aimeos Installation. Same about checkout. That tells me that it need more to do, because Aimeos dont know in FE too that are an User logged in.
What i have to do next that i can login at aimeos instalaltion in FE too?
Re: Extern Userdatabase
Did you configure the PID of the "Users" sysfolder like written before:
https://aimeos.org/docs/2021.x/config/m ... id-default
https://aimeos.org/docs/2021.x/config/m ... id-default
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star
-
- Posts: 92
- Joined: 15 Jan 2021, 11:02
Re: Extern Userdatabase
For sure. But in general i dont have an idea how aimeos could get the data, if the user in the current installation not logged in. And if the user logged in in the extern installation aimeos become user dta from, i have no idea how that with the cookies for login works.Did you configure the PID of the "Users" sysfolder like written before:
https://aimeos.org/docs/2021.x/config/m ... id-default
Re: Extern Userdatabase
You can use the fe_users table from an extern database but not from a foreign TYPO3 installation. The TYPO3 installation must be the same because TYPO3 must know its fe_user records to manage login state.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star