protection level !
This commit is contained in:
parent
29208ccb50
commit
c25c3687e4
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ namespace Server.Accounting
|
|||
{
|
||||
public static readonly TimeSpan YoungDuration = TimeSpan.FromHours( 40.0 );
|
||||
|
||||
private static readonly TimeSpan InactiveDuration = TimeSpan.FromDays( 180.0 );
|
||||
public static readonly TimeSpan InactiveDuration = TimeSpan.FromDays( 180.0 );
|
||||
|
||||
private string m_Username, m_PlainPassword, m_CryptPassword, m_NewCryptPassword;
|
||||
private AccessLevel m_AccessLevel;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue