joscha / play-authenticate

An authentication plugin for Play Framework 2.x (Java)
http://joscha.github.com/play-authenticate/
Other
807 stars 367 forks source link

Create SQL insert User (Admin ect) #368

Open leccyril opened 5 years ago

leccyril commented 5 years ago

I have an application with play authenticate, in each environment i want to insert from SQL some users, how i can simply achieve it ?

thanks !