I m new to Umbraco, while playing and trying to explore from Admin area I hide Users and Members sections. Now Members and Users section are not visible in admin section. I m logged in using master/ admin account.
Please guide me how I can un-hide these section ? I want to bring them back visiable in admin section.
If I understand your question correctly you have uncked the user section and the member section for the master administator user. To get these sections back for the master/ admin account you need to have access to the database.
If you have access to the database, you need to find the table called UmbracoUser2App, in this table you will see two columns user and app, for the user 0 you need to add two new rows, one for the user section and one to get members back.
It would look like this:
After doing this you would have access to these sections again.I would recommend you to not make any changes to the visible sections on master/ admin account. Leave this user clean, and then create you a new user, if you need to hide a section for your user, then you always have a user (master/ admin account) where you can hide and unhide sections for other users in your Umbraco installation.
how to unhide a section in Umbraco admin panel?
I m new to Umbraco, while playing and trying to explore from Admin area I hide Users and Members sections. Now Members and Users section are not visible in admin section. I m logged in using master/ admin account.
Please guide me how I can un-hide these section ? I want to bring them back visiable in admin section.
Thanks
Hi Haansi,
If I understand your question correctly you have uncked the user section and the member section for the master administator user. To get these sections back for the master/ admin account you need to have access to the database.
If you have access to the database, you need to find the table called UmbracoUser2App, in this table you will see two columns user and app, for the user 0 you need to add two new rows, one for the user section and one to get members back.
It would look like this:
After doing this you would have access to these sections again.I would recommend you to not make any changes to the visible sections on master/ admin account. Leave this user clean, and then create you a new user, if you need to hide a section for your user, then you always have a user (master/ admin account) where you can hide and unhide sections for other users in your Umbraco installation.
Hope this helps,
/Dennis
is working on a reply...