Skip to content

Commit c53281e

Browse files
committed
remove Delete all users from auth0 function
1 parent 0c442d3 commit c53281e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

webskin/a0Login/webtopBodyStatus.cfm

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,8 @@
149149
</table>
150150
</cfoutput>
151151

152-
<cfoutput>
152+
<!--- <cfoutput>
153153
<h2>Delete all users from auth0</h2>
154-
<!--- <button type="submit" class="btn">Delete Users</button><br> --->
155154
</cfoutput>
156155
<ft:processForm action="Delete Users">
157156
<cfset aDeleteAuth0Users=application.fc.lib.auth0.deleteAuth0Users() />
@@ -161,7 +160,7 @@
161160
<ft:buttonPanel>
162161
<ft:button value="Delete Users" onclick="if (!confirm('Are you sure you want to delete all accounts on auth0?')) return false;"/>
163162
</ft:buttonPanel>
164-
</ft:form>
163+
</ft:form> --->
165164

166165
<cfoutput>
167166
<h2>Delete Bad Auth0 Accounts</h2>

0 commit comments

Comments
 (0)