__section__
default
__description__
show info uid/nick conflict

* user = hashref for user being edited
* seclev_field = boolean to display seclev editing field
* uid_checked = whether or not uid is checked
* nickname_checked = whether or not nickname is checked
* author_select = select popup for authors
* author_flag = current user is author
* authoredit_flag = current user can edit authors
__title__
show info uid/nick conflict
__page__
users
__lang__
en_US
__name__
showInfoConflict
__template__
[% PROCESS titlebar width="80%" title="UID/nickname conflict" %]
<P>There is are two users on this system, one using [% id %] as a user ID:<BR>
<B><A HREF="[% constants.rootdir %]/users.pl?op=[% op %]&amp;uid=[% id %]&amp;userfield=[% id %]">UID [% id %] nickname [% nick %]</A></B><BR>
And the other using [% id %] as a nickname:<BR>
<B><A HREF="[% constants.rootdir %]/users.pl?op=[% op %]&amp;uid=[% conflict_id %]&amp;userfield=[% conflict_id %]">UID [% conflict_id %] nickname [% id %]</A></B><BR>
Select whichever you're looking for.</P>

__seclev__
10000
