This yaf version you use uses the .net membership.
There you can easily create new users, delete them... with only a few lines of source code.
Users created there will appear in yaf if they visit / login the first time (this is what mddubs says)
If you are able to get the plain password for all your existing user accounts you should be able to create a script (a temporary asp.net page for example) to import all users. If they are encrypted it is not really possible (ok nothing is impossible but its a _lot_ of work).
Anyway, using only that way you will loose all other information like post count and so on.
To use membership in asp.net simply try to google for terms like "asp.net membership" ;)
Here you will find something like this (code is in visual basic, but i think c# needs only a ; at the end)
Membership.CreateUser("UserName", "P@ssw0rd", "userName@emailAddress")
You can create a text file (or xml, whatever) and write a small aspx page that reads it out and calls the above code for each user entry in this file.
I haven't tried it but it should work. Correct me if I'm wrong. 🙂
- Sry for my english ;)
BattCursor.Net - Official homepage of
that tool for vista laptops!