Questions tagged [admin]

admin may refer to both physical persons or software accounts that are dedicated and privileged to change the system they operate. Also used on WordPress to designate backend.

admin may refer to both physical persons or software accounts that are dedicated and privileged to change the system they operate. Also used on WordPress CMS to designate backend processes (see is_admin() conditional function).

4554 questions
1
vote
0 answers

django admin actions with intermediate page Httresponseredirect doesn't work

I'm newbie in django. I would like to make admin action with intermediate page. I use django 1.7. According to django 1.7 docs: admin action with intermediate page should return HttpResponseRedirect. But in my case just page refresh happens. My code…
Akop Akopov
  • 85
  • 4
  • 13
1
vote
1 answer

Android: How to ask for only a subset of DEVICE_ADMIN permissions

I got these two in my Manifest.xml:
Vertago
  • 315
  • 2
  • 16
1
vote
1 answer

Add new menu in SocialEngine admin panel

How can I add a new menu for admin panel(not front site) in SocialEngine? Am I supposed to use database and its tables only? Thanks
amateur
  • 51
  • 1
  • 8
1
vote
1 answer

Set-ExecutionPolicy for hundreds of users with PowerShell script

I am trying to set the execution policy for more than 150 users.... I wrote a script, it runs with out error, but I confirmed with the user that the change wasn't made... $worstationobject = New-Object psobject Hostname Add-Member -InputObject…
Alexander Sinno
  • 554
  • 5
  • 24
1
vote
1 answer

Spree commerce with rails custom user roles

I am trying to add a user role of salesRep who can order products from admin side on behalf of users by selecting the users from the dropdown(same as admin). I am using spree commerce in rails 5. I have ability_decorator at…
Preethika
  • 191
  • 1
  • 1
  • 5
1
vote
0 answers

Magento2, Admin panel Weight Field not showing in product edit or add

The weight field does not show up when i edit or add a product, On saving this changes my already added products to Virtual. I have checked everything in the attribute sets, etc, and it shows up just fine. but still does not get displayed anywhere…
Hammad Khalid
  • 538
  • 3
  • 7
  • 21
1
vote
2 answers

Prevent write to SQL until admin approval

Gotta question. On my website I have a registration form that, once submitted, writes the data to a database. The address that the user provides is used to display their information on a google maps (city, state, country... not SPECIFIC location).…
Jeremy
  • 19
  • 2
1
vote
0 answers

Android Get device admin permission without user action for lock unlock screen progremmatically

I want to lock the android device screen like when the user click the power button. I can turn the screen on so the user will unlock the screen but can't "lock"/turn off the screen without the admin permission that the user should accept…
user3193413
  • 575
  • 7
  • 10
1
vote
1 answer

After Order Details Hook[Woocommerce]

https://postimg.org/image/xgyc0hgxz/ Ok so i want to create an extra field(Column) where the picture has the black square but first of all i don't know what the hook is . After searching i found the hook…
JChario
  • 69
  • 2
  • 10
1
vote
1 answer

Simple way to rig an "Activity monitor" for a Twisted socket Factory

I'd like to have a real-time 'system status'/'activity monitor' console for my Twisted application. The app is basically a protocol.ServerFactory which accepts connections performs different jobs. Kind of like the twisted.manhole, I'm looking for…
Dav
  • 11
  • 1
1
vote
2 answers

while deploying changesets i am getting error of unauthorised organization

i want to deploy some classes from sandbox to production but while uploading i am getting dis following error. "This organization isn't authorized to upload change sets to other organizations. For authorization, contact the deployment connections…
geek_sfdc
  • 13
  • 1
  • 6
1
vote
0 answers

Add a foreign key object within parent form in Django

I am writing a project for studies in which I have a ModelForm based on a model that contains several foreign keys. In this case I need to also add new foreign keys while setting a content for my new object. For example: I am adding a new medicine X…
Cabbage
  • 11
  • 2
1
vote
1 answer

How to make admin form field readonly when edit

I am trying to make admin form field readonly using below code in protected function _prepareForm().but it also make readonly when add new item.so i would like to make readonly when edit form. readonly => true, first time i should able to add text.
MageLerner
  • 179
  • 3
  • 16
1
vote
3 answers

Voyager admin panel on Laravel 5.3 could not find a storage symlink

Help guys: I tried to test the new Laravel admin and got the following error: Missing storage symlink We could not find a storage symlink. This could cause problems with loading media files from the browser. I tried to use: php artisan…
Odin Thunder
  • 3,284
  • 2
  • 28
  • 47
1
vote
1 answer

Ready to use admin views for ASP.NET MVC project?

I have a an ASP.NET MVC5 project using Entity Framework. I have all the regular membership entities (AspNetUser, AspNetRole, ...). In the RoR or Django world we can add admin views extremely easily and I wonder if the ASP.NET MVC eco-system has…
1 2 3
99
100