Print Page | Close Window

Allow users to delete there own account

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=14953
Printed Date: 12 April 2026 at 8:57pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Allow users to delete there own account
Posted By: cheops@collecto
Subject: Allow users to delete there own account
Date Posted: 04 May 2005 at 4:47pm
If I want to allow users to delete there own account, and still maintain that function for admin, where/how do I do this...


-------------
Sorry for my bad 3nglish..!!



Replies:
Posted By: dj air
Date Posted: 04 May 2005 at 6:32pm
in the current version users can't delete their account.

only admin group can do so.

and when a account is deleted only the account none of the posts are. they are set to guest postings


Posted By: cheops@collecto
Date Posted: 05 May 2005 at 4:45am
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...?


-------------
Sorry for my bad 3nglish..!!


Posted By: dj air
Date Posted: 05 May 2005 at 6:22am
if you change that and i belive a section above that also sees if you can view the admin section options.





Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net