Admin cannot be removed from admin group. An admin cannot remove themself from the Admin group. Fixes #11481.

This commit is contained in:
Colin Kuskie 2010-03-22 15:56:39 -07:00
parent f5fd970c94
commit 7b8f9027a0
2 changed files with 4 additions and 3 deletions

View file

@ -10,6 +10,7 @@
- fixed #11482: Template hard-coded in deactivateAccount
- fixed #11485: RedirectAfterLoginUrl Setting should not override returnUrl and redirectAfterLogin scratch
- fixed #11466: Can't delete attached file in CS
- fixed #11481: Problem assignment group Admin to an User
7.9.0
- added #11383: AJAX username checks at registration (Luke Robinson / Orchard Solutions)