THANK YOU to all who helped with these bug fixes.
### 3.0.4 - 2016-01-04
### Changed
- Much appreciation to users DaVaR and Dylan
- Fixed headers already sent error that some users were experiencing
- Moved the recaptcha script back to the actual login and register files from the recaptcha.config.php file to avoid some errors.
- Made a few changes to the installer
Hi! I upload 300 users using csv file and try to activate the user manually. But no changes at the field Active in the table uc_users. Any suggestion how to handle manual activation in bulk.
Yeah. I will be building those options into the system in the future, but in the mean time, you might need to delete those entries out of the database and before you upload them go to phpmyadmin (or your sql tool of choice)
In your Structure tab, go to the users table.
You might need to click structure again after that.
Anything you want to go in as default, click that field and edit/change/click the pencil and go to the "default column". Hit the drop down box and select "as defined:" and enter your default value.
Then just make sure your csv doesn't have anything in the column you want to use the default value and the database itself will automatically populate that for you.
I hope that helps. If you need a walktrough, let me know.
Nice. Thanks for that. I actually have a complete redirect class in the new userspice to deal with that...and to prevent the headers already sent errors that go along with that kind of stuff. I hope it's all working out well for you.
Real good so far, thanks.
I don't want to bombard you unnecessarily, is this the place for similar posts or is there another system in place?
No. This is great. If you have any issues let me know.
That's awesome. I like that. For a while I wanted recaptcha to fail if it was wrong just to make sure it was working, but those keys are the way to go. Thank you!