Registering a user automatically in cakephp -
Is it possible in the KPPP that a user is automatically registered with a predefined input (username, password and everything To be done .. ..)
Whenever he tries to reach a member's restricted area, then I want to register a user automatically.
Please help me get this functionality.
:
found the answer :)
I just assigned
'$ this- & gt; Data '
In this way, some values by me
$ this-> Data ['user'] ['password'] = "test"; $ This- & gt; Data ['user'] ['email'] = "test@email.com"; $ This- & gt; Data ['user'] ['password'] = "registered";
And then the add action worked accordingly ..
Comments
Post a Comment