You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 10, 2021. It is now read-only.
I got it already.
My# # = new My#();
MyUserServicePlugin userService = new MyUserServicePlugin(Play.application());
MyUsernamePasswordAuthUser newUser = new MyUsernamePasswordAuthUser(#);
userService.save(newUser);
Hello Joscha,
I need to implement a function to allow admin user to import users using a CSV file. Is it possible to create accounts this way?
Thanks
The text was updated successfully, but these errors were encountered: