If you are using Linux system accounts as your mail accounts, you can install the change_passwd plugin to enable SquirrelMail to provide a password change utility.
Install the SquirrelMail Change Password Plugin

4. From a Terminal window, type in /usr/share/squirrelmail/config/conf.pl and press Enter. This will launch the SquirrelMail Configuration utility.
If your Terminal window has a white background, make sure that the colors are off by looking for the command Turn color on. If the command is Turn color off, type in C and press Enter to turn the colors off. This will ensure that you will be able to read all of the text.

6. Install the change_passwd plugin by typing in the number corresponding to it and press Enter. When you are done, type in q and press Enter to quit then type in y and press Enter to save your changes.

patch -p0 < patches/compatibility_patch-1.4.8.diffReplace 1.4.8 with your SquirrelMail version.

8. In the /usr/share/squirrelmail/plugins/change_passwd directory, copy the file config.sample.php and save it as config.php. Edit config.php and review the default settings.Here are some useful settings in config.php
- $minimumPasswordLength - Minimum length of the password.
- $seeOutput - Shows the output of the change password program. Useful for tracing problems.
- $changePasswdInLogin - Change password from the login form.
Test the SquirrelMail Change Password

1. Login to SquirrelMail and go to the Options page. You should see the new Change Password section.Troubleshooting the SquirrelMail Change Password
General Problems
If the Change Password plugin is not working or you are encountering a blank page, try the two items below to enable you to see the error message.
- Set $seeOutput to 1 in config.php to enable you to see the actual error message.
- Set display_errors to On in /etc/php.ini then restart the httpd service.
Permission Problems
- Get the Group account used to run Apache by typing in
grep -i ^group /etc/httpd/conf/httpd.conf
Sample resultGroup apache
- Verify that the ownership and permissions of the chpasswd binary (executable) file are correct. The file should be executable (and readable) by your web server group, and owned by root (with suid bit set). Assuming you got the value apache, its listing should appear similar to the one below.
-rwsr-x--- 1 root apache 9873 Oct 21 2002 chpasswd
- If it is different, type the commands below to correct it. Remember to change apache with whatever value you got from step 1.
chown root:apache chpasswd chmod 4750 chpasswd
chpasswd not working
The binary was built for the x86 architecture. You need to rebuild the binary if you are using a different architecture. Type in the command below to rebuild it then apply the steps above in setting the proper permission.
gcc -Wall -lcrypt -o chpasswd chpasswd.c
***
Posted on 12/13/2007 and last updated on 1/4/2009
Filed under SquirrelMail





May 6th, 2008 at 10:51 am
Sir, I have installed the change password plugin. I can already see the change password section but it’s not working. I can’t change my password. the message says:
“An error has occurred while attempting to change your password. Please contact your system administrator.”
May 6th, 2008 at 10:59 am
Are you using system accounts or virtual accounts? The password change works only for system accounts.
May 7th, 2008 at 3:16 am
I don’t understand well what and how virtual accounts work but I know I am using system accounts because I add my user using the command:
#useradd user
and then
#passwd user
to change the password..
Thanks!
May 8th, 2008 at 11:07 am
Ok, you are using system accounts. Try enabling the $seeOutput setting in /usr/share/squirrelmail/plugins/change_passwd/config.php to get more clue about your problem.
May 9th, 2008 at 2:11 am
Sorry to bother you sir but this is the output:
An error has occurred while attempting to change your password. Please contact your system administrator.
Command output:
sh: ../plugins/change_passwd/chpasswd: Permission denied
Return code: 126
May 9th, 2008 at 3:20 am
I tried this method. It solved my problem.
chown root:apache chpasswd
chmod 4750 chpasswd
My question is, Does this method create a security hole?
May 9th, 2008 at 1:11 pm
That’s it, that was the solution. That’s the way it should be. Below is from /usr/share/squirrelmail/plugins/change_passwd/README
2) Please verify that the ownership and permissions of the chpasswd
binary (executable) file are correct. The file should be executable
(and readable) by your web server user, and owned by root (with
suid bit set) (see step number 3 in the INSTALL file). Its listing
should appear similar to this:
-rwsr-x— 1 root apache 9873 Oct 21 2002 chpasswd*
Read the support section above to determine if the group ownership
of this file should be “apache” or “nobody”, etc. It should exactly
match the group which your web server is running as.
May 10th, 2008 at 6:03 am
Thanks sir. Is it also possible to include captcha feature? I’ve tried to install captcha using the procedure that you illustrated in the installation of the change password plugin but it didn’t work.. Can you teach us how?
May 12th, 2008 at 6:27 am
Thank you very much… Can you teach us how to use captcha? I used the process in installing the change password plugin but it didn’t work for me.
Thanks again.
May 13th, 2008 at 3:44 pm
Done. See SquirrelMail CAPTCHA. Unfortunately, the change password plugin will not work after installing this since you need the newer compatibility plugin for this. I’ll see what I can do to resolve this.
May 14th, 2008 at 2:44 pm
Done. The change password plugin has been updated to be compatible with Compatibility 2.x
May 16th, 2008 at 5:14 am
Everything works fine now… Thanks to our Consultant….
May 19th, 2008 at 2:39 am
I install change password plugin and Squirrelmail dont work.
It give me a white webpage
Could help me???
May 19th, 2008 at 3:15 am
What version of SquirrelMail are you using?
May 20th, 2008 at 4:48 pm
Hi there –
I completed the installation of the change_passwd plugin, but when I get to the login page, instead of seeing the appropriate button, the following error message appears in its place:
Notice: Undefined variable: changePasswdInLogin in /usr/share/squirrelmail/plugins/change_passwd/functions.php on line 63
The version of php that is on the server in question is 5.2.4.
May 21st, 2008 at 2:29 am
Hi,
You did not do step 8 which is copy config.php.sample and save it as config.php. The configuration is intentionally named config.php.sample to simplify upgrades.
May 21st, 2008 at 3:43 pm
Hi there –
I ran through the steps again, and made sure to copy the correct file mentioned in step 8 of the procedure. The error message that is appearing now is the following:
Parse error: syntax error, unexpected T_VARIABLE in /usr/share/squirrelmail/plugins/change_passwd/config.php on line 52
May 21st, 2008 at 9:42 pm
Please post your config.php. And what version of SquirrelMail are you using so I can try it out.
May 21st, 2008 at 10:27 pm
Hi there –
Per your request here is the information you requested:
SquirrelMail version: SquirrelMail version 1.4.10a-1.fc7
Listed below is the text of the config.php file on the server in question:
##############################################
May 21st, 2008 at 10:27 pm
May 21st, 2008 at 10:28 pm
I am having problems posting the file in question, is there another way of my getting it to you?
May 21st, 2008 at 10:44 pm
Sure, consultant(at)linux-mail.info
May 25th, 2008 at 10:27 am
Hello
I have a problem with cgange_passwd
please, help me anybody
i have a squirrelmail Version: 1.4.15,
change_passwd Version 4.0.
if i install compatibility Version 2.0.11, i have a “Could not determine your username. Please contact your system administrator.”.
if i install compatibility Version 1.3, i have “missing new password”.
please help me =\
May 25th, 2008 at 10:31 am
with compability v 1.3 and $seeoutput=1 :
“Missing new password
Command output:
../plugins/change_passwd/chpasswd: 1: Syntax error: “(” unexpected
Return code: 2″
May 25th, 2008 at 1:24 pm
Hi Igor,
I suggest you use the follow the guide first. The two components above have already been tested to work properly together.
July 14th, 2008 at 12:16 am
I have a problem with cpanel_pw_changer.
I have a squirrelmail Version: 1.4.13, and capability plugin. I see change password in options, but wen i click on this link, the message says:
Fatal error: Call to undefined function: php_self() in /home/www/wap.crnca.100webspace.net/webmail/plugins/compatibility/includes/1.5.0/global.php on line 25
please help
July 14th, 2008 at 12:17 am
I have a problem with cpanel_pw_changer.
I have a squirrelmail Version: 1.4.13, and compatibility plugin. I see change password in options, but wen i click on this link, the message says:
Fatal error: Call to undefined function: php_self() in /home/www/wap.crnca.100webspace.net/webmail/plugins/compatibility/includes/1.5.0/global.php on line 25
please help
July 18th, 2008 at 6:14 am
hi, I have installed squirrelmail version 1.4.15 unable to installed the change passwd plugins
July 23rd, 2008 at 5:14 am
hi,
i am on FC9 with SquirrelMail version 1.4.13-1 but when i install the change_passwd plugin its giving me blank page its not at all showing the other option also
July 25th, 2008 at 3:30 am
i have install changed passwd and complability pluigin. But when I click in change_Paswwd option then the screen is blank.
Plz help me….
July 25th, 2008 at 9:01 am
hi,
i’m trying change passwd plugin but with debug on iused to get
cd /usr/share/squirrelmail/plugins
../plugins/change_passwd/chpasswd ‘username’ ‘oldpasswd’ ‘newpasswd’ 2>&1
when i run it it gives me
Floating point exception
my chpasswd permissions
-rwsr-x— 1 root apache 10744 May 23 06:50 chpasswd
please help
July 25th, 2008 at 9:08 am
After reinstalling & changing the permissions it shows the this error & permissions of chpasswd are
-rwsr-x— 1 root apache 10744 May 23 06:50 chpasswd
An error has occurred while attempting to change your password. Please contact your system administrator.
Command output:
sh: ../plugins/change_passwd/chpasswd: Permission denied
Return code: 126
& if i use that cmd mode of changing passwd then again Floating point exception comes
plz help
August 9th, 2008 at 2:29 pm
A troubleshooting section has been added for everyone having problems using the SquirrelMail change_password plugin.
August 20th, 2008 at 11:20 am
how to increase the attachment size in squirrelmail in suse
August 20th, 2008 at 3:30 pm
Hi Sam,
Check out this site
http://www.squirrelmail.org/wiki/AttachmentSize
August 21st, 2008 at 3:14 am
ok thank u i will it out tanks a lot for ur replay
August 21st, 2008 at 10:40 am
if i have a public ip address i want to translate it to private ip address to my private n/w whts the process (i have configured squid also). please give me the replay sir
August 26th, 2008 at 9:35 am
if i have a public ip address i want to translate it to private ip address to my private n/w whts the process (i have configured squid also)
August 26th, 2008 at 1:32 pm
This depends on your network configuration. If your public ip address is assigned to a router, you can configure port forwarding to forward traffic to your private network.
September 27th, 2008 at 5:15 am
this shows every times i change the password ….plz help me
cd /usr/share/squirrelmail/plugins
../plugins/change_passwd/../plugins/change_passwd/chpasswd ‘admin’ ‘33′ ‘44′ 2>&1
September 27th, 2008 at 5:20 am
why this shows every time…..i try to change the password for any user..
i am in trouble…..plz help
i also want to know how to add to see the quota status for user mail box. in squirrelmail.
To test the chpasswd utility from the command line, do this:
cd /usr/share/squirrelmail/plugins
../plugins/change_passwd/chpasswd ‘admin’ ‘33′ ‘44′ 2>&1
September 29th, 2008 at 1:42 pm
Hi,
I am trying to translate the change_passwd plugin without success. Here’s what I did:
1. change_passwd.pot copied to plugins/change_passwd/locale/bg_BG/LC_MESSAGES/change_passwd.po
2. change_passwd.po strings translation
3. msgfmt -o change_passwd.mo change_passwd.po
and I still get the default locale in my squirrelmail Change Password section, although any other plugin is translated successfully (I translated all the plugins myself from scratch after installing them).
I am using squirrelmail 1.4.15 and change_passwd 4.2
Thank you very much in advance.
September 29th, 2008 at 1:50 pm
BTW, even in 4.2c , in the ‘version’ file it sill says:
$ cat version
Change Passwd
4.0
September 30th, 2008 at 2:20 am
hi! tried to use this how-to but i cannot see the change password at option. i am currently running a 1.4.15 version in https..
does it need another configuration since it is in https?
hoping for your response…
September 30th, 2008 at 2:46 am
got it fixed…
my working directory is in /usr/local that’s why its not working if i configure it in /usr/share/****
by the way… nice how to. it really works!
September 30th, 2008 at 2:54 am
for anybody out there using 1.4.15
there’s no patch for this version. instead, i use
patch -p0 < patches/compatibility_patch-1.4.15.diff
October 12th, 2008 at 10:29 am
installed the above change password, but after clicking on the change password – it is opening a blank web page. not giving the password options to change. chpasswd from the command prompt works fine
October 12th, 2008 at 10:30 am
getting blank screen while clicking on the change password options. pl. help me.
squirrl ver 1.4.5
October 12th, 2008 at 10:50 am
Hi vis,
Please try the items in the General Problems section to enable you to see the error message.
October 12th, 2008 at 11:47 am
after enabling display on php.ini,
i am getting the below error while clicking the change passwd, pl help
Fatal error: Call to undefined function: php_self() in /var/www/html/squirrelmail-1.4.5/plugins/compatibility/includes/1.5.0/global.php on line 25
October 13th, 2008 at 11:34 am
hi
i’ve installed plugin as instructed by you but still its giving errors
my permisssions are
grep -i ^group /etc/httpd/conf/httpd.conf
Group apache
[root@local change_passwd]# ll
total 180
-rwsr-x— 1 root apache 10744 Aug 9 13:16 chpasswd
my password changing is wrkng fine but
now a new error is coming
the error is
Your password was changed successfully.
Command output:
The password was modified successfully
Return code: 0
please help
October 13th, 2008 at 10:00 pm
Hi Anshul,
Your setup is working fine. Please set $seeOutput = 0 It should only be used when change password is not working.
November 8th, 2008 at 5:03 am
when i click options i get
ERROR:
Administrative error:
The plugin “change_passwd” has not been set up correctly.
The file “config.php” is missing.
Please read the README or INSTALL files that came with the plugin.
Kidly help me out
I want the pasword can be changed by the user
November 8th, 2008 at 5:34 am
Thanks I solved it
I saw that i had not copied the config.php,sample to config.php
i did it and problrm was solved
thanks
November 8th, 2008 at 5:35 am
How to increase the attachment size of mail
i Ma using squirrelmail with postfix
help me plz.
November 11th, 2008 at 3:37 pm
Edit /etc/php.ini and change upload_max_filesize
November 15th, 2008 at 9:16 am
Hi Nik,
You’re right, translation is not working. Please download the newer version to fix the problem.
November 18th, 2008 at 8:10 am
hi,
I’ve installed compatablity plugin & change password plugin but change password option is not coming in the options in webmail.
But when i run http://locahost/src/configtest.php
i got these errors
ERROR: You have enabled the compatibility plugin but I cannot find it.
ERROR: You have enabled the change_passwd plugin but I cannot find it.
Please help
November 18th, 2008 at 9:11 am
There’s your problem, the plugin files cannot be located. Make sure the change_passwd and plugin are located in /usr/share/squirrelmail/plugins and they are world readable.
November 18th, 2008 at 10:17 am
hi,
These are the permission on the two directories
drwxr-xr-x 3 root root 4096 Nov 18 13:37 change_passwd
drwxr-xr-x 5 root root 4096 Nov 18 13:41 compatibility
[root@local plugins]# pwd
/usr/share/squirrelmail/plugins
the path is also right & permissions too & i’ve removed & installed them again.
but still the problem is same.
November 18th, 2008 at 10:39 am
1. Check the contents of change_passwd and compatibility, you should see index.php
2. Check /etc/httpd/conf.d/squirrelmail.conf It should contain
Alias /webmail /usr/share/squirrelmail
December 22nd, 2008 at 8:23 am
Hello sir i installed squirrelmail 1.4.15 which comes with ubuntu 8.10 but while installing change_passwd and compatibility pluggin, it didnt worked it comes with a error Call to undefined function compatibility_check_plugin_setup() in
/usr/share/squirrelmail/plugins/change_passwd/functions.php
then i changed my version of squirrelmail to 1.4.6 and it worked but there was a new problem when i click on Change Password it says You must be logged in to access this page.
i solved that too but now when i enter my old and new password it says. the current password is not correct.
please help me with it.
January 2nd, 2009 at 4:19 pm
I have installed change password plugin and compatible also. In option screen it is showing, but it display error while change password change as
“your current password is incorerct”. Please check this and do the needs..
Advance thanks….
d /usr/share/squirrelmail/plugins/change_passwd
/usr/share/squirrelmail/plugins/change_passwd/chpasswd ‘test’ ‘tiger’ ‘india’ 2>&1
January 4th, 2009 at 2:56 am
Hi Vikram and Salih,
Please try out version 4.2e
January 5th, 2009 at 4:59 pm
Can u give me the link to download change_passwd v4.2 e. And one more thing, My webserver and IMAP server are seperate. so i need to set remote IP to change password..?
January 5th, 2009 at 10:31 pm
Hi Salih,
I’ve updated the page above to point to 4.2e. Remote IP change password is not possible unless you are using LDAP.
January 23rd, 2009 at 5:30 am
hi,
is it possible to change the passwd at the time of login like forget passwd ?
if so is it compatible with squirrelmail 1.4.15 ?
January 23rd, 2009 at 2:58 pm
Hi sarika,
You can set $changePasswdInLogin = 1 in config.php to be able to change password in the login screen.
January 28th, 2009 at 10:34 am
Thanks Consultant
but now I am getting this error
“An error has occurred while attempting to change your password. Please contact your system administrator.
Command output:
chpasswd – setuid: Operation not permitted
Return code: 1″
my web server is configured at www
and rights to chpasswd are root www
January 28th, 2009 at 10:51 pm
Hi sarika,
Make sure you executed
chmod 4750 chpasswd
to allow setuid operation.
January 30th, 2009 at 5:00 am
I am getting following msg while adding contacts from Address book
Warning: Cannot modify header information – headers already sent by (output started at /srv/www/htdocs/mail/functions/page_header.php:31) in /srv/www/htdocs/mail/src/addressbook.php on line 286
January 30th, 2009 at 7:09 am
Hi consultant,
thanks in advance
Now my squirrel mail server is changing the passwd at login but still getting this error msg
An error has occurred while attempting to change your password. Please contact your system administrator.
January 31st, 2009 at 4:10 am
how to make a group in squirrelmail.
February 13th, 2009 at 1:55 pm
I am trying to install Squirrel Mail on FC-10 SquirrelMail 1.4.17-2fc10,Compatibility 2.0.14,
Change Passwd 4.0
PHP Fatal error: Call to undefined function compatibility_check_plugin_setup() in /usr/share/squirrelmail/plugins/change_passwd/functions.php on line 28
Any one has come across this problem?
February 25th, 2009 at 11:28 am
Hi,
I try to install password change plugines but I am not success on it. when i try to change password it gives error: An error has occurred while attempting to change your password. Please contact your system administrator.I request to you please help me abut this.
Thanks
Sharad
March 5th, 2009 at 5:00 am
Hi,
I am getting spam mails from my own id
eg. for id test@123.com spam mail comes from
!test@123.com there is nothing in this mail but lot of such mails are coming. Please suggest any good spam guard
thanks
March 5th, 2009 at 2:30 pm
Hi sarika,
Try out PostGrey, works great
March 31st, 2009 at 7:29 am
hi,
how can see message size in squirrelmail
Thanks
Anshul
April 1st, 2009 at 4:52 am
Hi Consultant,
I am trying to install the username plugin in squirrelmail, but its not displaying the username nor giving any error msg.
secondly I was tryin for autorespond but getting error msg as “cannot connect to loalhost” FTP server error.
Thanks
Sarika
April 1st, 2009 at 5:08 am
hi sarika,
for ftp error just start vsftpd service at ur localhost n it’ll be working
Anshul
April 1st, 2009 at 5:33 am
hi
when i’m trying to install autorespond plugin forwarding option works fine but autoresponder gives this error
Apr 1 11:00:49 webmail smrsh: uid 501: attempt to use “vacation test” (stat failed)
Apr 1 11:00:49 webmail sendmail[28924]: n315UnOU028924: to=”|/usr/bin/vacation test”, ctladdr= (501/100), delay=00:00:00, xdelay=00:00:00, mailer=prog, pri=61991, dsn=5.0.0, stat=Service unavailable
Apr 1 11:00:49 webmail sendmail[28924]: n315UnOU028924: n315UnOV028924: return to sender: Service unavailable
April 1st, 2009 at 10:46 am
When i try to change the password with change_password plugin it keeps saying that Current password is incorrect.
April 1st, 2009 at 11:08 am
When i try to change the password with change_password plugin it keeps saying that Current password is incorrect.
Later Edit: the variable $confirmOldPass is not working as it should.
If i set $confirmOldPass = 1 and enter the old password it is working great.
But if i set $confirmOldPass = 0 then it keeps saying that Current password is incorrect but it shouldnt check for old password anymore.
April 1st, 2009 at 11:43 am
Hi DarkMac,
Please just use the $confirmOldPass = 1 setting. I’ll be removing that option in the future since some settings, like the Active Directory change password, requires the old password.
April 17th, 2009 at 6:55 am
hi,
I have installed compatibility 2.0 for change_passwd and autoresponder.It works. Now I want to install serverside filter i am getting this error
Call to undefined function: sqgetglobalvar() in compatibility/includes/1.5.2/global.php
I found out its bcoz of compatibility version serverside filter require compatibility version 1.x how can I include both ?
is their any way out plz suggest
April 17th, 2009 at 1:28 pm
Hi sarika,
I suggest you use Local User Autoresponder and Mail Forwarder, you can get it at http://www.squirrelmail.org/plugin_view.php?id=264
April 17th, 2009 at 2:05 pm
Hi sarika,
Sorry, I commented on the wrong plugin. To fix serverside filter, check out this article
http://www.squirrelmail.org/wiki/CompatibilityDependencies
April 20th, 2009 at 5:55 am
thanks consultant
April 24th, 2009 at 7:40 am
how we can set this plug in for virtual users?
April 27th, 2009 at 8:14 am
Hey Consultant..
do you have any idea about Exchange Server 2007..
actually i am using OWA.. and i want to change default address seprator in to field from semicolon to commaa.. how to do that
May 23rd, 2009 at 7:53 am
every time i m click on change password option
it show me below line
cd /usr/share/squirrelmail/plugins/change_passwd
../../plugins/change_passwd/chpasswd ‘lalit’ ‘123′ ‘456′ 2>&1
and when i type this in our terminal then my password is change otherwise not so can anyone tell me
what is this issue because i want that when i click on the change password tab it’s change automatically
without shown any message ..
June 2nd, 2009 at 8:24 pm
Hi…Thanks in advance for any help. I can log in and receive mail without any problems, however, when I attempt to change my password, I receive the following error:
Notice: Undefined variable: CONFIG in /usr/local/www/squirrelmail/plugins/amavisnewsql/setup.php on line 136
Any thoughts, sir?
June 3rd, 2009 at 1:23 am
Although the troubleshooting section makes no mention of this, one reason why the chpasswd program might not work is because the SELinux policy doesn’t allow it. If you have SELinux configured in Enforcing mode, httpd_t is not allowed any access to shadow_t, and semodule will not allow you to load a policy that overrides that. So, this Change Password plugin (change_passwd 4.2) will only work if you turn off SELinux or set it to Permissive (which I didn’t want to do).
An alternative that allows you to keep it in Enforcing mode is the change_pass plugin available here: http://squirrelmail.org/plugin_view.php?id=21
Its setup is similar to change_passwd, and it comes with a few “doc” files that describe the installation.
It requires setting up the poppassd server, which can change /etc/shadow under SELinux policy, by downloading and installing it from source or an appropriate repository. For RHEL 5 & clones, you can use the rpm.razorsedge.org repo. You’ll also need to fix the /etc/pam.d/poppassd file as described here: http://tweenpath.net/2008/12/install-configuration-of-popopasswd-server-on-centos-52/ because RHEL/CentOS 5 doesn’t have the pam_pwdb.so module. That page’s examples are a bit garbled, but here are the lines you need in /etc/pam.d/poppassd:
#%PAM-1.0
auth required /lib/security/pam_unix_auth.so shadow nullok
account required /lib/security/pam_unix_acct.so
password required /lib/security/pam_cracklib.so retry=3
password required /lib/security/pam_unix_passwd.so use_authtok nullok
June 18th, 2009 at 7:14 am
Hi to everyone!
I have installed this plugin. it has been instaled sucessfully but when i try to change the password it shows:
An error has occurred while attempting to change your password. Please contact your system administrator.
Command output:
sh: ../plugins/change_passwd/chpasswd: Permission denied
Return code: 126
but when i try the
chmod root:apache chpasswd
it shows:
chown: invalid group: `root:apache’
I try the command:
grep -i ^group /etc/httpd/conf/httpd.conf
It doesn’t give any result. What should i do? can anyone help me please, i would apprischiate it a lot! thank u!
July 1st, 2009 at 1:54 am
Hi can anyone tell me the solution
of this problem
every time i m click on change password option
it show me below line
cd /usr/share/squirrelmail/plugins/change_passwd
../../plugins/change_passwd/chpasswd ‘lalit’ ‘123? ‘456? 2>&1
and when i type this in our terminal then my password is change otherwise not so can anyone tell me
what is this issue because i want that when i click on the change password tab it’s change automatically
without shown any message ..
July 2nd, 2009 at 2:55 am
Help: FC5 SM 1.4.7-4.fc5
Fatal error: Call to undefined function compatibility_check_sm_version() in /usr/share/squirrelmail/plugins/change_passwd/options.php on line 27