Change Password

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
nunomira
Posts: 8
Joined: 09 May 2020, 17:56

Change Password

Post by nunomira » 26 May 2020, 17:44

I have just installed Aimeos 2020.04 using

Code: Select all

composer create-project aimeos/aimeos myshop
on Homestead

Is there a screen to change the password for the User? And for the Admin?
Or is something that I have to implement myself?
I'm familiar with Laravel, so no problem. Just curious!
:D

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

Re: Change Password

Post by aimeos » 27 May 2020, 15:53

Laravel contains a "login", "registration" and "password forgotten" form but none "password change" AFAIK, so you have to implement it yourself. The password for the admin can be changed too when you implement the form because both are stored in the "users" table.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

nunomira
Posts: 8
Joined: 09 May 2020, 17:56

Re: Change Password

Post by nunomira » 27 May 2020, 18:45

Thanks!

Post Reply