Auth MD5 password on the Cake 3 ?

2015-06-01 Thread André Krebs
Guys, I'm studying the Cakephp 3, however, I am unable to set the setting so that the system can log in with md5 passwords. I'll put my codes here: AppController: https://gist.github.com/anonymous/bc94065a0ff60b555fe7 LegacyPasswordHasher: https://gist.github.com/anonymous/261e281a37fda9164f63

Re: Cake 3 - Modelless Forms with nested forms / elements

2015-06-01 Thread Karthik Keyan
Hi, Create the form name in /src/UserForm1.php namespace App\Form; use Cake\Form\Form; use Cake\Validation\Validator; class UserForm1 extends Form { protected function _buildValidator(Validator $validator) { return $validator ->notEmpty('annul_income', 'plea

Re: I need some help with CakeDC Search

2015-06-01 Thread euromark
See http://sandbox3.dereuromark.de/sandbox/search-examples and the code to it for example. Am Sonntag, 31. Mai 2015 23:39:15 UTC+2 schrieb Jekill CR: > > > *I need some help with CakeDC Search i configured the plugin with the > instructions and nothing happens.* > > Only show the text of the se

Re: How to use Plugins in CakePHP 2.6..??

2015-06-01 Thread euromark
http://book.cakephp.org/2.0/en/plugins.html Am Sonntag, 31. Mai 2015 23:39:15 UTC+2 schrieb Solomon Gebreslasie: > > Hello there, > > My name is Solomon G. I am making E-commerce website for a friend and I > was wondering if some one could tell me how to use cakePHP Plugins..?? > -- Like Us