You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@fineract.apache.org by Dilpreet Singh <di...@gmail.com> on 2017/06/02 20:42:01 UTC

Self service User creation problem

*Problem: Current self-service user creation api cannot be used in self
service android app.*

Current self service user creation api allows only authenicated and
authorized person to create a user (by placing the Admin token in the
request header).

For creating a self service user through android application , we have to
place admin token in request header i.e. admin access is required but a
normal user will not be having a admin access so how to allow a normal user
to create his/her own self service account?

For complete details of this issue check :-
https://github.com/openMF/self-service-app/issues/56