As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
user credentials are being genereted by superuser/admin.
R
Rishabh Saxena
started a topic
almost 6 years ago
Hi, I am developing an application in which admin/super user creates userid and passwords for other users. The user id and password are given to respected user via mail. How to do this in AngularJS.
1 Comment
P
Pranav J
said
almost 6 years ago
Rishabh,
This is an app specific usecase. Kinvey doesn't provide anything out of the box for such functionality. Regarding sending an email with userid and password, please take a look at this. You can store user's role (admin/superuser) in a separate column and then you can access it via business logic. Please take a look at this link for better understanding of business logic.
Also take a look at this link for better understanding of access controls - collection and entity level permissions.
Rishabh Saxena
Hi, I am developing an application in which admin/super user creates userid and passwords for other users. The user id and password are given to respected user via mail. How to do this in AngularJS.