Hi,
I would like to give 1 more point here :
I have been using wordpress 2.7.1 and phpCAS client version 1.0 ,after that I am trying to publish blog from alfresco to wordpress.
To publish blog from alfresco to wordpress after implemting CAS to wordpress,you will require a password ,
now this password is the password that cas plugin of word press generates ( a random value) for users.
So to change as per your requirement :
change
———————————————————————————–
$WORDPRESS_HOME/wp-content/plugins/wpcas/wpcas.php
Modify the random password generated to some definite value (change line 133)
$random_password = ' ';
———————————————————————————–