Mike6979865
Posts: 0
Joined: Fri Jul 11, 2014 3:53 pm

Multiple Admin Users

I have an application that when a ticket is submitted, the user that created the ticket, and one specific admin user has access to this data. How can I have another user access the data. Every time a record is created, using ACL, the user and this particular user admin gets access. Is there a way to copy roles. I want to have multiple admins. I don;t want to share the same username and password with multiple users. Any solutions?

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Multiple Admin Users

Hello Mike,

Please look topic below:
https://getsatisfaction.com/apperyio/...

Mike6979865
Posts: 0
Joined: Fri Jul 11, 2014 3:53 pm

Multiple Admin Users

Thank you Sergiy,

I did read that and about the option of adding a role column. However, all the records that have been created in the app give access to one username id and that is adminuser, and the user that created the record. Even if I add another column, and program it, I still wont be able to have another use access the record since it's control by ACL. Is it possible to add another admin user, for example admin2. I don't want to share the same userid and password with multiple admins. Any siggestions?

Regards,

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Multiple Admin Users

Hi Mike,

Currently Appery.io not support such functionality(users role) you've described above out the box.

But you can implement it in following way:

1 Add to your users collection field "role".

2 Close all collections(which is need to manage permisions with security settings).

3 Create server script which is just implement ACL logic and translate all requests to the REST API. You should use in this server code "masterkey".

Please read more about server code here: https://devcenter.appery.io/documenta...

Regards.

Return to “Issues”