Publicator fastLogin 2.0 overview
The Publicator fastLogin main menu contains four items: Userlist, Create user, Statistics and Profile.
In addition I'm planning on writing some utils for easier protection of user-scripts.
Here's some screenshots of the different states of the menu.
Userlist
The userlist lists the users ;-)
You can find users alphabetical, search for username or just leaf through the userlist. Once found, the user-data for the user is editable.
There are four userlevels: Publicator, Publicator +, Publicator ++ and Publicator +++ (admin).

Create user
Create new user in Private registration with encryption. The user-submitted part of the key (admin pass) is validated by a re-compilation of the admins auth hash,
then the hashes is compared with javascrpt.

Profile
The profile is the admins userdata, and you may choose which data to appear in public.

Edit profile
Edit userdata and choose which to publish.

Change password
The users new password is 3DES-encrypted using the old one as key.

Publicator logins
The auth hashes from the spent logins. A nice collection of md5 !

Statistics
We try to log all hits on the web, but we don't fall over ourselves doing it ;-)
This is a simple logger, logging hits and providing a quick overview. It will only log hits from cookie-enabled browsers (session-cookie). It also shows online users.

Summary:
More secure, easier to use, more functions. Better user-handling. As you may have noticed, the whole script runs in the middle of the page.
This makes for easy redesign - just leave a table cell of width 435px in the middle of your web and include the $pub_dir/$user_progdir/publicator_core.php in
the table-cell. Then copy the php in publicator.php on top and bottom of page and ping: you're re-skinned ;-)