rbrindley: branch 2.0 r5042 - /branches/2.0/config/password.html

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Mon Aug 9 16:50:42 CDT 2010


Author: rbrindley
Date: Mon Aug  9 16:50:38 2010
New Revision: 5042

URL: http://svnview.digium.com/svn/asterisk-gui?view=rev&rev=5042
Log:

- fixed an issue in 1.6.X where changing the password wasn't taking effect and required a manager reload.
- ASTGUI-227


Modified:
    branches/2.0/config/password.html

Modified: branches/2.0/config/password.html
URL: http://svnview.digium.com/svn/asterisk-gui/branches/2.0/config/password.html?view=diff&rev=5042&r1=5041&r2=5042
==============================================================================
--- branches/2.0/config/password.html (original)
+++ branches/2.0/config/password.html Mon Aug  9 16:50:38 2010
@@ -92,6 +92,7 @@
 		u.callActions();
 
 		ASTGUI.feedback( { msg:"Password Updated Successfully", showfor:3 });
+		var t = ASTGUI.cliCommand('manager reload');
 		alert("Password Updated Successfully!!  \n\n You will now be redirected to the login page \n You must relogin using your new password") ;
 		var f = makeSyncRequest({ action :'logoff'});
 




More information about the asterisk-gui-commits mailing list