We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c442d3 commit c53281eCopy full SHA for c53281e
webskin/a0Login/webtopBodyStatus.cfm
@@ -149,9 +149,8 @@
149
</table>
150
</cfoutput>
151
152
-<cfoutput>
+<!--- <cfoutput>
153
<h2>Delete all users from auth0</h2>
154
- <!--- <button type="submit" class="btn">Delete Users</button><br> --->
155
156
<ft:processForm action="Delete Users">
157
<cfset aDeleteAuth0Users=application.fc.lib.auth0.deleteAuth0Users() />
@@ -161,7 +160,7 @@
161
160
<ft:buttonPanel>
162
<ft:button value="Delete Users" onclick="if (!confirm('Are you sure you want to delete all accounts on auth0?')) return false;"/>
163
</ft:buttonPanel>
164
-</ft:form>
+</ft:form> --->
165
166
<cfoutput>
167
<h2>Delete Bad Auth0 Accounts</h2>
0 commit comments