Changeset 6ffe0be in github
- Timestamp:
- May 24, 2012 6:07:44 AM (13 months ago)
- Branches:
- master, HEAD, dev-browser-capabilities, pdo
- Children:
- 19cc5b9
- Parents:
- 7eb4f2e
- git-author:
- GDR\! <gdr@…> (05/24/12 05:56:39)
- git-committer:
- GDR\! <gdr@…> (05/24/12 06:07:44)
- Location:
- plugins/password
- Files:
-
- 2 edited
-
config.inc.php.dist (modified) (1 diff)
-
drivers/virtualmin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/password/config.inc.php.dist
r48e9c14 r6ffe0be 309 309 // 6: username_domain 310 310 // 7: domain_username 311 $rcmail_config['password_virtualmin_format'] = 0; 311 // 8: username@domain; mbox.username 312 $rcmail_config['password_virtualmin_format'] = 8; 312 313 313 314 -
plugins/password/drivers/virtualmin.php
r48e9c14 r6ffe0be 49 49 $domain = $pieces[0]; 50 50 break; 51 case 8: // domain taken from alias, username left as it was 52 $email = $rcmail->user->data['alias']; 53 $domain = substr(strrchr($email, "@"), 1); 54 break 51 55 default: // username@domain 52 56 $domain = substr(strrchr($username, "@"), 1);
Note: See TracChangeset
for help on using the changeset viewer.
