#118 closed defect (fixed)
Not allowed to change password
Reported by: | anonymous | Owned by: | Martin Svensson |
---|---|---|---|
Priority: | trivial | Milestone: | BASE 2.0 RC2 |
Component: | core | Version: | RC1 |
Keywords: | password permission | Cc: |
Description
When trying to change my password i get the following error message:
Permission denied On page /base2demo/my_base/user/submit_user.jsp Permission denied: Not allowed to write User[id=xx; name=xxxxxxxxxx]
Change History (6)
comment:1 by , 19 years ago
Component: | web → core |
---|---|
Owner: | changed from | to
comment:2 by , 19 years ago
Milestone: | → BASE 2.0 RC2 |
---|
comment:3 by , 19 years ago
Owner: | changed from | to
---|
comment:4 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 by , 16 years ago
(In [4506]) References #118: Change problematic forms to use POST instead of GET
I have changed most of the forms I could find to use POST instead of GET. Many of them are probably not problematic, but I found some:
- Form for JEP extra value calculator plug-in
- Form for JEP intensity transformer plug-in
Note:
See TracTickets
for help on using tickets.
(In [2101]) Fixes #118.Not allowed to change password