Page 20 of 211,232, showing 20 records out of 4,224,636 total, starting on record 381, ending on 400
# | Username | Text | |
---|---|---|---|
# | Aug 6th 2008, 16:36 | xhenxh1 | TommyO: not sure what you mean, can you give me an example? |
# | Aug 6th 2008, 16:36 | Mathachew | I need some assistance with Authentication. I'm trying to allow anonymous users read access to specific nodes, but it appears Auth isn't using isAuthorized() to validate the anonymous users |
# | Aug 6th 2008, 16:36 | castroalves | Each client will have a package of modules... |
# | Aug 6th 2008, 16:36 | francky06l | Mathachew: well it can do it |
# | Aug 6th 2008, 16:36 | castroalves | Also, they'll have different databases... |
# | Aug 6th 2008, 16:37 | Mathachew | francky06l: It doesn't appear to call isAuthorized() for anonymous users, only authenticated |
# | Aug 6th 2008, 16:37 | castroalves | How can I set the database according the client login? |
# | Aug 6th 2008, 16:37 | renan_saddam | castroalves: and different installation for each client? |
# | Aug 6th 2008, 16:37 | castroalves | No... The core of the app will be the same... |
# | Aug 6th 2008, 16:37 | Swiatecki | ove got a cake console :D! |
# | Aug 6th 2008, 16:37 | Swiatecki | *ive |
# | Aug 6th 2008, 16:37 | francky06l | Mathachew: you can do it, actually .. an anonymous user is someone who did not logged so ....easy to veify |
# | Aug 6th 2008, 16:37 | xhenxh1 | could I use the beforeSave method? |
# | Aug 6th 2008, 16:38 | TommyO | xhenxh1: well that's why I asked you for specifics. I don't know what you have. but I'm assuming what you want is: $this->data['Model']['filename'] = $this->data['Model']['path'] . DS . $this->data['Model']['file']; or the like |
# | Aug 6th 2008, 16:38 | francky06l | Swiatecki: :-) |
# | Aug 6th 2008, 16:38 | renan_saddam | castroalves: summary = you want modify database config on fly |
# | Aug 6th 2008, 16:38 | TommyO | xhenxh1: you can do it in beforeSave or in the controller itself, your call |
# | Aug 6th 2008, 16:39 | xhenxh1 | OK, I'll give it shot. Thanks TommyO |
# | Aug 6th 2008, 16:39 | TommyO | castroalves: determine an identify value of some sort. set the dbConfig value in the model based on it |
# | Aug 6th 2008, 16:40 | Mathachew | francky06l: elaborate because I've tried using it manually on anonymous uses and it didn't work |