# |
Jul 2nd 2017, 19:48 |
admad |
@nicolas.r read this section and you'll have your answer https://book.cakephp.org/3.0/en/controllers/components/authentication.html#configuring-authentication-handlers |
# |
Jul 2nd 2017, 19:44 |
slackebot |
example email, where I change that? I looked in the fonction identify from AuthCompoenent, but found nothing. Some answer? |
# |
Jul 2nd 2017, 19:44 |
nicolas.r |
Hi guys, I followed the How to: blog, and I would like to change a thing about the connection: I quote : "The login() action calls the $this->Auth->identify() function in the AuthComponent, and it works without any further config because we are following conventions as mentioned earlier. That is, having a Users table with a username and a password column, and use a form posted to a controller with the user data." So if we don't want usern |
# |
Jul 2nd 2017, 19:37 |
saeideng |
both `['prefix' => 'Admin']` and `['prefix' => 'admin']` works |
# |
Jul 2nd 2017, 19:36 |
saeideng |
works like charm |
# |
Jul 2nd 2017, 19:36 |
saeideng |
`Router::scope('/admin123',['prefix' => 'admin'], function ($routes) {` |
# |
Jul 2nd 2017, 19:28 |
saeideng |
thanks |
# |
Jul 2nd 2017, 19:27 |
admad |
@saeideng ``` Router::scope( '/admin124', ['prefix' => 'Admin'], function ($routes) { ... } ); ``` |
# |
Jul 2nd 2017, 19:23 |
saeideng |
is there a way to change admin prefix name without changing classes/foldders/files name? i using ``` Router::prefix('admin', function ($routes) { ... ``` but i need access to admin area by other url like site.com/admin123 |
# |
Jul 2nd 2017, 19:22 |
saeideng |
is there a way to change admin prefix name without changing classes/foldders/files name? 12:16 i using 12:16 Router::prefix('admin', function ($routes) { ... 12:17 but i need access to admin area by other url like site.com/admin123 |
# |
Jul 2nd 2017, 19:21 |
saeideng |
https://cakesf.slack.com/archives/C053DPNGT/p1498938279806396 |
# |
Jul 2nd 2017, 17:57 |
casmo |
setting the 'secure' => false on the input() did the trick |
# |
Jul 2nd 2017, 17:38 |
casmo |
Having $this->Form->input('images[].filename'); works fine for my hasMany('Images') but not with the security componentn |
# |
Jul 2nd 2017, 17:38 |
casmo |
Anyone used the Security Component with a hasMany form with multiple files (images)? |
# |
Jul 2nd 2017, 14:28 |
sirisaku007 |
how to logging on view cakephp2 |
# |
Jul 2nd 2017, 14:28 |
sirisaku007 |
I have a some problem with debug on view |
# |
Jul 2nd 2017, 14:27 |
sirisaku007 |
Hi |
# |
Jul 2nd 2017, 11:36 |
wouter0100 |
ng like Schema in the JsonApi plugin). Is there any other best-practice in Cake or someting like that? |
# |
Jul 2nd 2017, 11:36 |
wouter0100 |
Hmm, I'm developing a REST API in Cake (with stateless auth) but, what's the best way to implement authorization to cartian attributes from models? For example, I want to show more data to the authenitcated user's own objects, then others. Currently using JsonView, but I'm thinking of implementing my own view for each object to filter data (somethi |
# |
Jul 2nd 2017, 09:46 |
casmo |
It is as long as I remember it. Using the bake migration CreateTable field:text |
# |
Jul 2nd 2017, 09:44 |
savant |
does that break something? |
# |
Jul 2nd 2017, 09:44 |
savant |
is that how its currently documented? |
# |
Jul 2nd 2017, 09:44 |
savant |
not sure |
# |
Jul 2nd 2017, 09:44 |
casmo |
Phinx* btw |
# |
Jul 2nd 2017, 09:41 |
casmo |
Should it not be default=>null, null => true? |
# |
Jul 2nd 2017, 09:41 |
casmo |
Is there a reason why Sphinx sets the default properties of a 'text' column to ['default' => null, 'null' => false]? |
# |
Jul 2nd 2017, 05:53 |
royalty |
that makes sense |
# |
Jul 2nd 2017, 05:52 |
royalty |
i seee |
# |
Jul 2nd 2017, 05:52 |
savant |
then the layout template |
# |
Jul 2nd 2017, 05:52 |
savant |
first the inner template |
# |
Jul 2nd 2017, 05:52 |
savant |
two step rendering |
# |
Jul 2nd 2017, 05:52 |
savant |
you were basically resetting it |
# |
Jul 2nd 2017, 05:52 |
savant |
no problem |
# |
Jul 2nd 2017, 05:51 |
royalty |
thanks |
# |
Jul 2nd 2017, 05:49 |
royalty |
yeah that worked |
# |
Jul 2nd 2017, 05:48 |
royalty |
ahh interesting |
# |
Jul 2nd 2017, 05:48 |
savant |
use append() |
# |
Jul 2nd 2017, 05:48 |
savant |
instead of start() |
# |
Jul 2nd 2017, 05:48 |
savant |
i think in your layout |
# |
Jul 2nd 2017, 05:48 |
royalty |
you have to assume that the actual.ctp is using layout.ctp as it's layout obviously |
# |
Jul 2nd 2017, 05:47 |
royalty |
updated |