waifung0207 / ci_bootstrap_3_demo

Demo Setup based on CI Bootstrap 3 https://github.com/waifung0207/ci_bootstrap_3
MIT License
41 stars 42 forks source link

have an issue adding users and admin users in backend #1

Open stevensoftwaredev opened 8 years ago

stevensoftwaredev commented 8 years ago

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?

waifung0207 commented 8 years ago

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.