How to check user name and password

Permalink
Hi People!
Does anyone know how to do an API check of username | password and return OK or not.

Seems like I'm missing something
Thanks for any help!

 
Mnkras replied on at Permalink Best Answer Reply
Mnkras
it uses the concrete5 validation helper,

you can load it like
$valc = Loader::helper('concrete/validation');
prema520 replied on at Permalink Reply
Excellent -- thanks very much for your help Mnkras
da4kinov replied on at Permalink Reply
where to put this code?