Log message #1033953

# At Username Text
# Sep 13th 2009, 12:19 ionas any idea: $foo = "EnglishTranslateString" __('Bar') . howToTranslateThisFromPoFiles($foo) . __('Quux')?
# Sep 13th 2009, 12:17 ionas changing email, and password, accepting terms of service are separated from "other" user details she can edit
# Sep 13th 2009, 12:16 ionas justskills, I have different actions for different user details
# Sep 13th 2009, 12:16 ionas my way: if(isset($this->data['User']['password']) andand empty($this->data['User']['password'])) { unset($this->data['User']['password'] };
# Sep 13th 2009, 12:16 TehTreag justskills: Try teknoid's article - http://teknoid.wordpress.com/2008/10/08/demystifying-auth-features-in-cakephp-12/
# Sep 13th 2009, 12:16 justskills i mean i want to save the user but the password sould stay the same
# Sep 13th 2009, 12:15 ionas in that case its controller work
# Sep 13th 2009, 12:15 ionas justskills, well
# Sep 13th 2009, 12:15 ionas justskills, overwrite hashPasswords
# Sep 13th 2009, 12:15 justskills but i want to have the option. If i enter a password i reset it, but i i dont enter any password i just don't wanna save
# Sep 13th 2009, 12:14 justskills i want to edit a user and save without enter a new password
# Sep 13th 2009, 12:13 TehTreag justskills: What's the issue?
# Sep 13th 2009, 12:13 justskills guys i have no problem with validation
# Sep 13th 2009, 12:11 TehTreag ~tell justskills about google cakephp auth password validate
# Sep 13th 2009, 12:10 TehTreag justskills: There are a few articles (try google) on validating passwords. I don't think there is any other case to disable it.
# Sep 13th 2009, 12:08 justskills the auth component encrypts a empty password field. how can i disable that?
# Sep 13th 2009, 12:08 justskills hey
# Sep 13th 2009, 12:00 ionas any tip on how to translate a value of a variable like $messagesTitle (the value will be in english but should be translated using po files, like the __() usage)
# Sep 13th 2009, 11:20 hyther http://www.pseudocoder.com/archives/2008/10/24/cakephp-custom-find-types/
# Sep 13th 2009, 11:20 hyther I found it , nevermind
# Sep 13th 2009, 11:17 hyther I not need beforefind/afterfind, but change the find
# Sep 13th 2009, 11:17 hyther ?
# Sep 13th 2009, 11:17 hyther that call after some logic script call standard find()
# Sep 13th 2009, 11:17 hyther how could I make my own find() function ?
# Sep 13th 2009, 11:16 hyther hello
# Sep 13th 2009, 10:31 liaogz82 the db is for acl
# Sep 13th 2009, 10:31 liaogz82 it is in ldap
# Sep 13th 2009, 10:31 liaogz82 there is no db for login
# Sep 13th 2009, 10:30 liaogz82 well no regret
# Sep 13th 2009, 10:16 NoReGreT usually in login systems, is the admin user already created in the db without being added by someone in the web interface?
# Sep 13th 2009, 10:12 liaogz82 in controller
# Sep 13th 2009, 10:07 nini liaogz82: are you in controller or in console?
# Sep 13th 2009, 10:06 liaogz82 so what should i put for the aco?
# Sep 13th 2009, 10:06 liaogz82 i have check the api and it says check($ACO,ARO)
# Sep 13th 2009, 10:05 liaogz82 ok so say i uses ldap email address to login
# Sep 13th 2009, 10:05 nini liaogz82: yes.
# Sep 13th 2009, 10:05 liaogz82 can i check does anyone knows how to use acl check?
# Sep 13th 2009, 10:04 liaogz82 hi all,
# Sep 13th 2009, 10:04 mr_pinc well yeah for controllers, but this seems to eliminate the need to use it in views
# Sep 13th 2009, 10:03 savant i personally use diebug() :)
# Sep 13th 2009, 10:02 savant you'll still need debug()