LM-Commons / LmcUser

A generic user registration and authentication module for Laminas. Supports Laminas\Db and Doctrine2. (Formerly ZfcUser)
BSD 3-Clause "New" or "Revised" License
14 stars 16 forks source link

Add user edit action to the user controller #53

Open visto9259 opened 3 months ago

visto9259 commented 3 months ago

There is no user edit action in the user controller when the logged in user can change its data.

There is not much data that is editable in the base User entity. The objective is to have the building blocks to support application specific customizations like views, forms, services, events, etc.

Work to do: