Typo3 Account Create Password Issue

Questions around the TYPO3 integration and plugins
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!
27bit.ru
Posts: 36
Joined: 15 Jan 2017, 05:36

Re: Typo3 Account Create Password Issue

Post by 27bit.ru » 22 Feb 2017, 17:18

aimeos wrote:Ok, was now able to log in too.

This setting only works for newly created users:

Code: Select all

plugin.tx_aimeos.settings.mshop.customer.manager.typo3.pid-default = 2
For existing users, you have to update the "pid" column to "2" in the fe_users table.
I could come only after changed in the table "usergroup" 0 to 1

why he does not put the group automatically if it is so important?
Last edited by 27bit.ru on 22 Feb 2017, 18:02, edited 2 times in total.

27bit.ru
Posts: 36
Joined: 15 Jan 2017, 05:36

Re: Typo3 Account Create Password Issue

Post by 27bit.ru » 22 Feb 2017, 17:55

I solved the problem with the help of

plugin.tx_aimeos.settings.client.html.checkout.standard.order.account.standard.groupids {
0 = {usergroupId}
}

thanks

Post Reply