Hello, is my first time here, n... sorry for my bad english, im Brazilian.
Please, anybody can help me?
I need a change password module for roundcubemail-0.1-rc1.1
I dont have a cpanel for administration of my accounts... i use postfixadmin...
Please helpe me!
I use postfix+courier+mysql
please help me..
tkx
Cara,
NÃÃ,£o saquei muito o que voce quer fazer, queres mudar a senha de que?
Bobby...
Preciso do modulo de troca de senha pelo webmail mesmo, lÃÃ,¡ em configuraÃÃ,§ÃƒÃ,µes sabe?
Os modulos que estao aki eh pra quem tem o cpanel (eu acho)... e eu nao tenhoo cpanel. A hora que eu adiciono o plugin do cpanel que tem ai atÃÃ,© aparece a guia de senha e tudo mais, mas nao funciona...
Eu uso o postfixadmin pra gerenciar minhas contas... criar usuarios remover... colocar senhas... entendeu? Eu preciso de um plugin que o proprio usuario altere sua senha em configuraÃÃ,§ÃƒÃ,µes. JÃÃ,¡ tentei akele esquema do forum que tem em pluguins mas nao deu certo.... eu to usando postfix + courier + mysql... espero que possa me ajudar.
Bononi,
IrmÃÃ,£o, eu uso CPanel, consegui colocar o modulo tranquilo irmÃÃ,£o, descupa ai... mas dessa vez nÃÃ,£o vou poder te ajudar!
Anybody can help me? Please...
If you are using cPanel, then simply copy the link that users would use if they we're changing the p/w from cPanel. In my case that's: //http://www.mydomain.com:port_number/webmailpasswd.cgi (note the port_number used by your host).
I added an icon with the link to \includes\taskbar.html within the skins directory:
<a
href="[url]http://www.mydomain.com:port_number/webmailpasswd.cgi"[/url] target="_new" class="button-password">Change Password</a>
Then I added a class "button-password" to file common.css in the skins directory:
a.button-password {
background-image: url(images/buttons/change_password.png);
}
Lastly, I've attached the image I used. Put the image in the images\buttons\ directory (in \skins) and name it change_password.png.
~ ~ Dave