Top "Admin" questions

admin may refer to both physical persons or software accounts that are dedicated and privileged to change the system they operate.

Setting MSMQ permissions for a private queue created by a different user

The person who was previously using my PC at work set up a private MSMQ that I need to access. …

permissions msmq admin
How to force a WPF application to run in Administrator mode

I have an WPF application which access windows services, task schedulers on the local machine. When I deploy this WPF …

wpf admin mode
Manually change the moodle admin password with acces to phpMyAdmin or create another admin account?

The password for an admin login in a moodle platform is lost. I have access to the phpMyAdmin. I went …

php mysql phpmyadmin admin moodle
Django admin TabularInline - is there a good way of adding a custom html column?

I've got a model (Entry) which contains a simple property: @property def image(self): return str(self.id)+"_"+self.round.…

django admin
How to set initial data for Django admin model add instance form?

How can I set an initial value of a field in the automatically generated form for adding a Django model …

django forms model admin
DateTimeField doesn't show in admin system

How come my "date" field doesn't come up in the admin system? In my admin.py file i have from …

python django django-admin admin
How to add new button to order view in Magento admin panel?

How to add custom button to order view page near "Back" and "Edit"?

magento button admin
Django admin not serving static files?

Django 1.6 I'm having trouble serving my static files for my Django Admin. urls.py: urlpatterns = patterns('', url(r'^$', …

python django static admin
Django is_staff permission decorator

I am trying to limit access to pages using 2 user levels. Superuser and admin. Super user is a regular Django …

django permissions admin decorator
How can an administrator add a developer to an app

I am an administrator for a page which was created for our company by a third party. Now, that third …

admin facebook-page