17 lines
389 B
C#
17 lines
389 B
C#
using Microsoft.SharePoint.WebControls;
|
|
using System.Web.Security;
|
|
using System.Web.UI.WebControls;
|
|
using Microsoft.SharePoint;
|
|
using Microsoft.SharePoint.Utilities;
|
|
using System.Globalization;
|
|
|
|
namespace CKS.FormsBasedAuthentication
|
|
{
|
|
/// <summary>
|
|
/// Code behind for ChangePassword.aspx
|
|
/// </summary>
|
|
public partial class ChangePassword : LayoutsPageBase
|
|
{
|
|
|
|
}
|
|
} |