Page 3 of 3

Re: Typo3 Account Create Password Issue

Posted: 22 Feb 2017, 17:18
by 27bit.ru
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?

Re: Typo3 Account Create Password Issue

Posted: 22 Feb 2017, 17:55
by 27bit.ru
I solved the problem with the help of

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

thanks