02-06-2016, 12:05 AM
The quick answer is that there isn't an easy way to do this that I can see with the UserSpice code base. That should be something I can add into UserSpice 4 a lot easier. In the short term (and I know this sounds totally ghetto), but you could always add all your users by going directly to register.php and then just rename it to register.bak when you're not using the feature. The other option if you're going to give them all the same starting password is that you can go right in phpmyadmin and add them there. If you want to give them all the password "password", just paste this in as the password. $2y$12$m5AaiWNQLPxKTe.IsNHizuJ0dtQJmhyOJK2v.QxikW9whfbqkPlzG
Sorry I don't have a cleaner way to do it off the top of my head. Part of the reason why I wrote US4 was to get away from the way US3 did things.
Sorry I don't have a cleaner way to do it off the top of my head. Part of the reason why I wrote US4 was to get away from the way US3 did things.