[simias-svn] SF.net SVN: simias:[7512] trunk/src/admin/Users.aspx.cs
Brought to you by:
srinidhi_bs
|
From: <he...@us...> - 2010-09-15 12:41:09
|
Revision: 7512
http://simias.svn.sourceforge.net/simias/?rev=7512&view=rev
Author: hegdegg
Date: 2010-09-15 12:41:03 +0000 (Wed, 15 Sep 2010)
Log Message:
-----------
ID: #626951
Reviewer: Anil
Localization Required: No
Documentation Required: Yes
Description: Letting admin user re provisioning.
Modified Paths:
--------------
trunk/src/admin/Users.aspx.cs
Modified: trunk/src/admin/Users.aspx.cs
===================================================================
--- trunk/src/admin/Users.aspx.cs 2010-09-15 11:14:08 UTC (rev 7511)
+++ trunk/src/admin/Users.aspx.cs 2010-09-15 12:41:03 UTC (rev 7512)
@@ -511,7 +511,9 @@
/// <returns>True if the user is allowed to be checked.</returns>
protected bool IsUserEnabled( object id )
{
- return !IsSuperAdmin( id as string );
+ // return !IsSuperAdmin( id as string );
+ // Letting all users for re-provision
+ return true;
}
/// <summary>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|