GALSUPAH.DLL	6/5/1997 14:23    16,384

---

Fixes a problem with Active HTML signups, where leading or
trailing spaces would be counted towards the minimum length
requirement for the user's name.

That is, if the minimum were set to 5 characters, and "FRED "
were entered, the name would be accepted.  The space would be
stripped off before being stored in the user database, leaving
an account record with invalid data -- unable even to be deleted
without first modifying the name.

The new version removes leading AND trailing spaces before 
checking length, validity, etc.

