Skip to content

Commit

Permalink
Updated to use post
Browse files Browse the repository at this point in the history
  • Loading branch information
tvroom committed May 11, 2004
1 parent acf3451 commit 0afb5d6
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions themes/slashcode/templates/getUserAdmin;users;default
Expand Up @@ -90,9 +90,6 @@ __template__
[% IF accesslist.ts || accesslist.adminnick %]<BR>[% END %]
[% IF accesslist.ts %]<font size=-1>[% accesslist.ts %]</font>[% END %]
[% IF accesslist.adminnick %]<font size=-1> by [% accesslist.adminnick %]</font>[% END %]
[% IF useredit.uid %]
<br><a href="[% constants.rootdir %]/users.pl?op=force_acct_verify&amp;uid=[% useredit.uid | fixparam %]"><font size="-1">Force User Account Verify</font></a>
[% END %]
</TD>
</TR>
[% IF subnet_karma.defined %]
Expand Down Expand Up @@ -295,6 +292,16 @@ __template__

[% END %]
</FORM>
[% IF useredit.uid %]
<tr>
<td><B>Verify Account</B></td><td>
<form action="[% constants.rootdir %]/users.pl" method="post">
<input type="hidden" name="uid" value="[% useredit.uid %]">
<input type="hidden" name="op" value="force_acct_verify">
<input type="submit" value="Force User to Verify Account">
</FORM>
</td></tr>
[% END %]
</TABLE>
</TD>
</TR>
Expand Down

0 comments on commit 0afb5d6

Please sign in to comment.