-
Hi all, we're using the latest piranha cms, v 11, with Razor page template on .netCore. I have created a custom login page, just as on the piranha tutorial -Login page(https://piranhacms.org/docs/master/tutorials/securing-pages). All good. The funny things though, when login through this page as 'admin' with 'SysAdmin' role (default user created by piranha template), it won't 'save' the edited page content. It could add new "Role" but can't modified anything else on the manager side. This 'admin' user behave as expected when login through /manager/login page. I have configure the program.cs to use cookies, sessions, authorization and authentication. I would really appreciated if you could give me some pointers what I missed. Thank you so much for your help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
For those who encounter the same problem, for me redirect to /manager/login/auth fixed my problems. |
Beta Was this translation helpful? Give feedback.
For those who encounter the same problem, for me redirect to /manager/login/auth fixed my problems.