Hi there. I use JDBCUserProvider to integrate user tables. It works fine on query, but when it comes to creating accounts, how can it be done given that JDBCUserProvider is readOnly and the createUser() method only throws Exception?
↧
Hi there. I use JDBCUserProvider to integrate user tables. It works fine on query, but when it comes to creating accounts, how can it be done given that JDBCUserProvider is readOnly and the createUser() method only throws Exception?