Page 1 of 3

Typo3 Account Create Password Issue

Posted: 10 May 2016, 11:47
by thomas27
Hi,

I´m using Typo3 7.6.6, PHP 7.0.6, aimeos 16.4.2 and have installed the extensions saltedpasswords 7.6.0, rsaauth 7.6.0, femanager 2.3.0.
The automatic account creation is working and the user get's an email with their password and username. But the password is not working. The user must reset the password with the felogin extension.

I have tried to configure in my typo3 setup:
plugin.tx_aimeos.settings.mshop.customer.manager.password.name = Standard
plugin.tx_aimeos.settings.mshop.customer.manager.password.options= {
}
plugin.tx_aimeos.settings.mshop.customer.manager.salt = mshop

And I tried Hash, but the result is the same.

Do I need to configure anything else?

Re: Typo3 Account Create Password Issue

Posted: 10 May 2016, 11:58
by aimeos
First of all: Which Aimeos version do you use?
thomas27 wrote: plugin.tx_aimeos.settings.mshop.customer.manager.password.name = Standard
plugin.tx_aimeos.settings.mshop.customer.manager.password.options= {
}
plugin.tx_aimeos.settings.mshop.customer.manager.salt = mshop
It shouldn't be necessary to change any settings. The defaults used in the TypoScript included in the page tree we offer are exactly tailored to the TYPO3 environment.

Re: Typo3 Account Create Password Issue

Posted: 10 May 2016, 14:25
by thomas27
First of all: Which Aimeos version do you use?
aimeos 16.4.2

• Benutzerkonto xxx@xmx.at
• Passwort $1$GRKpZgHl$Bd4sOPj0Ai0jiIXztaGKl1

The password looks like the decypted password from the database but it isn´t the same.

Re: Typo3 Account Create Password Issue

Posted: 10 May 2016, 18:54
by aimeos
You are right. We will fix this and release a new version within 1-2 days.
Thank you very much for the hint :-)

Re: Typo3 Account Create Password Issue

Posted: 11 May 2016, 05:09
by thomas27
Hi, Thanks for the very fast support!

Re: Typo3 Account Create Password Issue

Posted: 12 May 2016, 08:21
by aimeos
We've created a new version fixing the problem:
aimeos.org/fileadmin/download/aimeos_16.4.3-pre1.zip

Can you confirm that it works for you too?

Re: Typo3 Account Create Password Issue

Posted: 13 May 2016, 15:46
by thomas27
Now the password is a number but the login is not working, sorry.

Re: Typo3 Account Create Password Issue

Posted: 13 May 2016, 16:00
by aimeos
Please remove every configuration you've made for login.
With default settings, everything works as expected in our test environment.

Re: Typo3 Account Create Password Issue

Posted: 17 May 2016, 06:28
by thomas27
Thanks!
You are right. I removed my previous configuration. Now it´s working.

Can I change the usergroup dependend from the product?

Regards,
Thomas

Re: Typo3 Account Create Password Issue

Posted: 17 May 2016, 08:04
by aimeos
thomas27 wrote: Can I change the usergroup dependend from the product?
Do you mean to assign a user group upon account creation depending on the product the customer has bought?
This is something you would have to implement yourself by changing the checkout step.