+ Reply to Thread
Page 3 of 4 FirstFirst 1 2 3 4 LastLast
Results 21 to 30 of 37

Thread: New File Added: Qmail+Mysql+Vpopmail Password Change Patch v1.0

  1. #21
    demomm is offline Registered User
    Join Date
    Oct 2008
    Posts
    1
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by nadir View Post
    Hi, how did you fixed it?
    I too would like to know how Unatine has solved the problem with the lastest 0.2.1 version.

    I have the same problem
    Anybody help me??

    Thx.

  2. #22
    xoma is offline Registered User
    Join Date
    Mar 2008
    Posts
    1
    Downloads
    0
    Uploads
    0

    Default

    try add file roundcube/skins/default/includes/settingscripts.html
    Code:
    <script type="text/javascript">
    
    if (window.rcmail && rcmail.env.action)
      {
      var action = rcmail.env.action=='preferences' ? 'default' : (rcmail.env.action.indexOf('identity')>0 ? 'identities' : rcmail.env.action);
      var tab = document.getElementById('settingstab'+action);
      }
    else
      var tab = document.getElementById('settingstabdefault');
    
    if (tab)
      tab.className = 'tablink-selected';
    
    </script>

  3. #23
    EugeneXXX is offline Registered User
    Join Date
    Apr 2009
    Location
    Russia
    Posts
    2
    Downloads
    1
    Uploads
    0

    Default

    Quote Originally Posted by xoma View Post
    try add file roundcube/skins/default/includes/settingscripts.html
    Code:
    <script type="text/javascript">
    
    if (window.rcmail && rcmail.env.action)
      {
      var action = rcmail.env.action=='preferences' ? 'default' : (rcmail.env.action.indexOf('identity')>0 ? 'identities' : rcmail.env.action);
      var tab = document.getElementById('settingstab'+action);
      }
    else
      var tab = document.getElementById('settingstabdefault');
    
    if (tab)
      tab.className = 'tablink-selected';
    
    </script>
    Doesn't work.

  4. #24
    DJManas's Avatar
    DJManas is offline Registered User
    Join Date
    Mar 2009
    Location
    Lithuania
    Posts
    13
    Downloads
    2
    Uploads
    0

    Default

    Quote Originally Posted by fritz001 View Post
    It seems there is a problem patching latest myroundcube !!

    patch -p1 <Qmail+Mysql+Vpopmail\ Password\ Change\ Patch\ v1.0.patch
    patching file index.php
    Hunk #1 succeeded at 293 (offset 100 lines).
    patching file program/js/app.js
    Hunk #1 FAILED at 235.
    Hunk #2 FAILED at 904.
    2 out of 2 hunks FAILED -- saving rejects to file program/js/app.js.rej
    patching file program/localization/en_GB/labels.inc
    patching file program/localization/en_GB/messages.inc
    patching file program/localization/en_US/labels.inc
    patching file program/localization/en_US/messages.inc
    patching file program/steps/settings/password.inc
    patching file skins/default/includes/settingstabs.html
    patching file skins/default/templates/password.html
    Same problem for me. Roundcube version roundcubemail-0.2.1 how to solve this problem? All files are fresh.

  5. #25
    EugeneXXX is offline Registered User
    Join Date
    Apr 2009
    Location
    Russia
    Posts
    2
    Downloads
    1
    Uploads
    0

    Default

    Quote Originally Posted by DJManas View Post
    Same problem for me. Roundcube version roundcubemail-0.2.1 how to solve this problem? All files are fresh.
    Replace a file app.js with my file app.zip

  6. #26
    sport is offline Registered User
    Join Date
    May 2008
    Posts
    14
    Downloads
    11
    Uploads
    0

    Lightbulb find a bug

    Hi,

    I've placed my roundcube installation with vpopmail and mysql.

    The change password plugin works very well, but it has a problem with the domain with a " - " in the middle

    Ex: user@some-domain.ext

    I've make my solution to correct this bug

    This in my code to replace in password.inc file


    $dom_table_1 = str_replace(".","_",$domain[1]);
    $dom_table_2 = str_replace("-","_",$dom_table_1);

    // ONLY CHANGE YOUR vpopmail DATABASE NAME !!!!!

    $passwordquery = "UPDATE vpopmail.$dom_table_2 SET pw_passwd = '$crypted',pw_clear_passwd='".$new_password."' WHERE pw_name = '$domain[0]';";


    Bye bye

  7. #27
    nadir is offline Registered User
    Join Date
    Feb 2009
    Posts
    6
    Downloads
    0
    Uploads
    0

    Unhappy for new release v0.2.2

    Hi. can anybody help me? have the password change patch for new release?
    old patch not works.
    Why roundcube does not add this function to the project?

  8. #28
    nadir is offline Registered User
    Join Date
    Feb 2009
    Posts
    6
    Downloads
    0
    Uploads
    0

    Angry patch for new release

    Hi, somebody can help me fix problem with roundcube v0.2.2? current password change patch not works on this version. when i click to password tab, i see blank page. i tried fix this but i see that app.js and other js files changed.
    Last edited by nadir; 06-12-2009 at 09:29 AM.

  9. #29
    aalovesiti is offline Roundcube Newcomer
    Join Date
    Jun 2009
    Posts
    1
    Downloads
    4
    Uploads
    0

    Default Help me.....

    what sql command to give permissions roundcube users to update vpopmail database. this is my database name
    vpopmail databases name: vpopmail
    vpopmail username : vopmailuser
    roundcube databases name : roundcubemail
    roundcube username : roundcubemail

    are corect or not ?
    // ONLY CHANGE YOUR vpopmail DATABASE NAME !!!!!
    $passwordquery = "UPDATE vpopmail.vpopmail SET pw_passwd = '$crypted',pw_clear_passwd='".$new_password."' WHERE pw_name = '".$emailuser."';";


    Thanks

  10. #30
    nadir is offline Registered User
    Join Date
    Feb 2009
    Posts
    6
    Downloads
    0
    Uploads
    0

    Exclamation help

    this version of patch not works with roundcube version 0.2.2

+ Reply to Thread
Page 3 of 4 FirstFirst 1 2 3 4 LastLast

LinkBacks (?)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts