Account creation - Password field not set

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!
cyrotek
Posts: 58
Joined: 27 Jun 2019, 16:43

Account creation - Password field not set

Post by cyrotek » 27 Jun 2019, 16:47

Hello everybody,

starting to get the hang of aimeos.

Pretty much everything works as far as I can tell, just every user that is created has an empty password field and I can't figure out why.

Typo3 9.5.7
Aimeos 19.4.3
aimeos_pay 19.4.1

Hoping for a fast and simple Solution.

Regards

Note: The email is sent with a password and username though, just never gets into the DB. Usergroup and PID is correct.

User avatar
aimeos
Administrator
Posts: 7885
Joined: 01 Jan 1970, 00:00

Re: Account creation - Password field not set

Post by aimeos » 28 Jun 2019, 13:17

Caused by a minor bug in the ai-client-html extension. A new minor version has been tagged and here's the link to an updated TYPO3 package: https://aimeos.org/fileadmin/download/a ... 4-pre1.zip
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

cyrotek
Posts: 58
Joined: 27 Jun 2019, 16:43

Re: Account creation - Password field not set

Post by cyrotek » 02 Jul 2019, 09:39

Is it possible to tell me which file/s were affected? I've made quite a few modifications and use my own "extension" to implemt the changes in html templates.

User avatar
aimeos
Administrator
Posts: 7885
Joined: 01 Jan 1970, 00:00

Re: Account creation - Password field not set

Post by aimeos » 02 Jul 2019, 09:56

It's that change: https://github.com/aimeos/ai-client-htm ... 8f650eb81c

Please don't modify core files as you can overwrite anything in your own extension!
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

cyrotek
Posts: 58
Joined: 27 Jun 2019, 16:43

Re: Account creation - Password field not set

Post by cyrotek » 02 Jul 2019, 11:04

Alright, I did try to implement my own Version of that File, but how / where do I tell my installation to actually use that instead of the original? For templates it worked out of the box, without any additions needed.

User avatar
aimeos
Administrator
Posts: 7885
Joined: 01 Jan 1970, 00:00

Re: Account creation - Password field not set

Post by aimeos » 02 Jul 2019, 11:20

You have to name your file/class differently and configure the new name:
https://aimeos.org/docs/Configuration/C ... count/name
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

cyrotek
Posts: 58
Joined: 27 Jun 2019, 16:43

Re: Account creation - Password field not set

Post by cyrotek » 02 Jul 2019, 12:01

The "fix" was installed, password field still empty though.

User avatar
aimeos
Administrator
Posts: 7885
Joined: 01 Jan 1970, 00:00

Re: Account creation - Password field not set

Post by aimeos » 03 Jul 2019, 08:51

Are you sure your new class is used?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

cyrotek
Posts: 58
Joined: 27 Jun 2019, 16:43

Re: Account creation - Password field not set

Post by cyrotek » 03 Jul 2019, 09:06

For testing purposes i changed it in the core file, to have it up to date and yea, that is used as the "createLDAPUser" Function is still being fired.

User avatar
aimeos
Administrator
Posts: 7885
Joined: 01 Jan 1970, 00:00

Re: Account creation - Password field not set

Post by aimeos » 03 Jul 2019, 17:31

Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply