==================================================================
Please DO NOT REPLY to this mail or send email to the developers
about this bug. Please follow-up to Bugzilla using this link:
http://bugs.contribs.org/show_bug.cgi?id=7161
Have you checked the Frequently Asked Questions (FAQ)?
http://wiki.contribs.org/SME_Server:Documentation:FAQ
Please also take the time to read the following useful guide:
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================
William Bell <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[email protected]
--- Comment #1 from William Bell <[email protected]> ---
(In reply to Unnilennium from comment #1)
> regarding code there is no verification before adding a new user to check if
> the user name is available.
>
> a message error exist saying this but in fact the test done is only check
> for illegal characters.
>
> else { print "User '$username' already exists on this
> server.\a\n"; }
Maybe I'm looking at the code wrong, but I see:
# Create or update account
if ( ! db_get(\%accounts, $username)) {...BUNCH_OF_CODE...
}
else {...BUNCH_OF_CODE...
}
It doesn't, however, appear to be checking 'Uid'.
If you use 'lat-users' to update an account, the 'Uid' is changed in the
'/home/e-smith/db/accounts' file, and I don't think that is supposed to happen.
I have submitted a bug for this.
--
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at http://lists.contribs.org/mailman/public/contribteam/