Property | Type | Description | |
---|---|---|---|
fz | Filezilla, | ||
fzu | FilezillaUser, | ||
userName | string | ||
webSettings | WebSettings, |
Method | Description | |
---|---|---|
DisplayPermission ( string perm, bool allow ) : string |
Display a permission in standard format; strike it if its not available
|
|
GeneratePassword ( ) : string |
Randomly generate a password
|
Method | Description | |
---|---|---|
AccountNotification ( string username, string password, string recipients ) : void |
Send the new password notification message
|
|
ForcePasswordButton_Click ( object sender, EventArgs e ) : void |
Force the user password to the specified value
|
|
GeneratePasswordButton_Click ( object sender, EventArgs e ) : void |
Generate a new password for the user; display in the new password box
|
|
Page_Load ( object sender, EventArgs e ) : void |
protected AccountNotification ( string username, string password, string recipients ) : void | ||
username | string | account |
password | string | password (unencrypted) |
recipients | string | |
return | void |
public DisplayPermission ( string perm, bool allow ) : string | ||
perm | string | Permission name |
allow | bool | true to allow |
return | string |
protected ForcePasswordButton_Click ( object sender, EventArgs e ) : void | ||
sender | object | source |
e | EventArgs | event |
return | void |
protected GeneratePasswordButton_Click ( object sender, EventArgs e ) : void | ||
sender | object | source |
e | EventArgs | event |
return | void |
protected Page_Load ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |