diff options
author | Sushma Rai <rsushma@src.gnome.org> | 2006-01-12 17:31:05 +0800 |
---|---|---|
committer | Sushma Rai <rsushma@src.gnome.org> | 2006-01-12 17:31:05 +0800 |
commit | 368a776689311fce995865c52399cf72551d14ec (patch) | |
tree | 81bc9622f1a8c5deff828de3d555c82cedf0af28 /plugins/exchange-operations/ChangeLog | |
parent | ff9fd5da422034c9b02ed54e4683079e015f5cb0 (diff) | |
download | gsoc2013-evolution-368a776689311fce995865c52399cf72551d14ec.tar gsoc2013-evolution-368a776689311fce995865c52399cf72551d14ec.tar.gz gsoc2013-evolution-368a776689311fce995865c52399cf72551d14ec.tar.bz2 gsoc2013-evolution-368a776689311fce995865c52399cf72551d14ec.tar.lz gsoc2013-evolution-368a776689311fce995865c52399cf72551d14ec.tar.xz gsoc2013-evolution-368a776689311fce995865c52399cf72551d14ec.tar.zst gsoc2013-evolution-368a776689311fce995865c52399cf72551d14ec.zip |
Cheking for password expired error code, displaying the error message and
allowing the user to reset password. Also showing password expiry warning
message in advance. Fixes #326060.
Also, Checking for the quota related error codes and displaying the
corresponding error/warning messages to the user. Fixes #326087.
svn path=/trunk/; revision=31143
Diffstat (limited to 'plugins/exchange-operations/ChangeLog')
-rw-r--r-- | plugins/exchange-operations/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index 74d38601a1..d4bcc4af29 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,23 @@ +2006-01-12 Sushma Rai <rsushma@novell.com> + + * exchange-config-listener.c (exchange_config_listener_authenticate): + Checking for the password expired error code during connect and if the + password is expired, showing the error message, prompting for resetting + the password and trying to connect again with the new password. + Checking if the password will expire in next a few days, which is + specified by the user during account creation, and if yes, showing + the corresponding error message to the user, which allows him to change + his password. + Fixes #326060. + Also, Checking for the quota related error codes and displaying the + corresponding error/warning messages to the user. Fixes #326087. + + * org-gnome-exchange-operations.error.xml: Added a space. + + * exchange-passwd-expiry.glade: Added new. + + * Makefile.am: Added exchange-passwd-expiry.glade. + 2006-01-11 Srinivasa Ragavan <sragavan@novell.com> ** Fixes bug #316100 |