ci_bootstrap_3_demo
ci_bootstrap_3_demo copied to clipboard
have an issue adding users and admin users in backend
Before i tell my issue i would like to say thank you for this. I just started with codeigniter 6 months ago. Your ci_bootstrap is a real time saver for a nub like me. I hope one day i can help contribute to this. I down loaded this about 3 months ago and didnt have an issue adding users. I seen the demo and wanted to try it.
So far everytime i try to save a new user or new admin user i get errors. for users: The Username field must contain a unique value. The Email field must contain a unique value. for admin users: The Username field must contain a unique value.
I dont know what im doing wrong. Ive tried 30 different usernames and emails and still no luck saving either.
I did modify one thing. I did a grocerycrud bootstrap template. I had to remove the bootstrap to get it to work. It works fine for display and saving groups to either users or admins.
Just wondering what i need to do?
Thanks for reporting.
I have fixed the issue (which should be caused by MY_Form_validation) in today's commit (6341f121e12e5c8abce29a9c2592e68a86bb42fd), please try again and let me know if the problem is still there.