Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Nick 84 posts 451 karma points
    Feb 09, 2023 @ 16:20
    Nick
    0

    Umbraco 11 Cloud: Admin users locked out

    Hi,

    Second issue within as many days hopefully somebody can help me. I am set as an admin and was playing with the area permissions and accidently removed access to the Users section, so cannot access this section to add more, is there anywhere to revert this change back?

    Many thanks in advance

  • Yakov Lebski 554 posts 2118 karma points
    Feb 10, 2023 @ 05:04
    Yakov Lebski
    100

    I belive something like that

    INSERT INTO [dbo].[umbracoUserGroup2App]
               ([userGroupId]
               ,[app])
         VALUES
               (1
               ,'users')
    

    make application restart after that

  • Nick 84 posts 451 karma points
    Feb 10, 2023 @ 11:10
    Nick
    0

    Many thanks Yakov,

    That did the trick followed the DB connection video here https://docs.umbraco.com/umbraco-cloud/databases/cloud-database and ran your script and restarted.

    Many thanks again

Please Sign in or register to post replies

Write your reply to:

Draft