Before you push: the logger when you add a user is not working either...can you check what is stopping it?
Sure. I'll take a look at that. I use the search project all the time. I need to figure out how to blacklist the src folder because nearly everything I search for is in there and it gets in the way.
I took out stripe, company, and a few other ones. I'll take a look.
The logger is fine sorry - our timezones are different so it screws up where my logs show!
Do you mean ignore the src folder on gits?
And the validation messages are not shown on admin_users.php.
For my own note: I need to add a logger when a user changes password via forgot_password.
Check loggers on registration and vericode like myDash.
Let me know when you do your next push.
I didn't mean to ignore src. I gotta look at that.
Hmm. Not sure about admin_users. Any ideas?
Call the validation block after the errors and successes block:
<?=$validation->display_errors();?>
Ok. Cool. I'll take a look.
I just pushed. Explaining in a new post.