![]() |
|
|
|||||||
For more information about the ads and why they're here, please see the FAQ
![]() |
|
|
LinkBack (10) | Thread Tools | Display Modes |
#1
|
||||
|
||||
|
i attached the plugin with a little guide inside. Tested with current SVN 2646 Change attachment replace with new version for little bit more security the pass is no more submittet as plaintext Last edited by lacri; 06-17-2009 at 12:14 PM. Reason: new version |
|
#2
|
|||
|
|||
|
Shouldn't:
Code:
// decode pass, revert and replace key
$_POST['_pass'] = str_replace('*yourkey*','',base64_decode(strrev(get_input_value('_pass', RCUBE_INPUT_POST, true, 'ISO-8859-1'))));
Code:
// decode pass, revert and replace key
$args['_pass'] = str_replace('*yourkey*','',base64_decode(strrev(get_input_value('_pass', RCUBE_INPUT_POST, true, 'ISO-8859-1'))));
|
|
#3
|
|||
|
|||
|
Very nice!
Is there any way to use this to open a new message with the to: pre filled? Thank you. |
|
#4
|
|||
|
|||
|
Could someone tell me how to remove logout button once the user login from other cms, and instead of using logout button on roundcube, i would like to use logout button from my cms. So what script do i have to add on my logout acction?
Best regards Raymond Victorio |
|
#5
|
|||
|
|||
|
One quick and dirty way to do it is to edit the skin file.
/skins/default/includes/taskbar.html Quote:
|
|
#6
|
|||
|
|||
|
don't seem to work en 0.4 beta!
Any workaround? |
|
#7
|
|||
|
|||
|
Hi,
did you find a fix? |
|
#8
|
|||
|
|||
|
Yup, in the following:
PHP Code:
PHP Code:
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|