I was thinking about this pice of code:
'Don't allow deleting account if admin or guest account If lngUserProfileID > 2 AND blnAdmin Then %> <tr bgcolor="<% = strTableColour %>" background="<% = strTableBgImage %>"> <td width="50%" class="text" background="<% = strTableBgImage %>"><% = strTxtDeleteThisUser %></td> <td width="50%" valign="top" class="smText" background="<% = strTableBgImage %>"><input type="checkbox" name="delete" value="true" /><% = strTxtCheckThisBoxToDleteMember %></td> </tr><% End If
|
in this line: If lngUserProfileID > 2 AND blnAdmin Then
isn't it possible to enter the settings in order to let people delete there own account here...?