Ticket #526 (closed New feature: fixed)
Each user should access a page to edit their info: alias, email, password.
| Reported by: | matt | Owned by: | matt |
|---|---|---|---|
| Priority: | critical | Milestone: | Piwik 0.6 |
| Component: | Core | Keywords: | |
| Cc: | Sensitive: | no |
Description (last modified by matt) (diff)
Users can't edit their profile information. Currently users can only request a new password by clicking on "forgot password" link.
We should expose to all users the UI to edit their data:
- for normal user & admin user, can edit alias/password/email
- super user can edit its login, password, email (which updates the configuration file)
- (feature already available) super user can edit info of all users: alias, password, email.
- all editing of the profile is under a tab "My Profile" in the admin section
Therefore:
- the "Settings" link in top bar should always be shown
- for user with 'view', only show the "My Profile" tab
- for user with 'admin', show by default the "Websites" tab
- for super user, show by default the "Plugins" tab
(see redirectToIndex() in Piwik_CoreAdminHome_Controller)
This will make it easy for any plugins to add new menu entry in the admin section which will be shown for all users (not only for admin and super user)
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

