Schema for user access

Previous: Database schema of the task list ] [ Top: To-do manager ] [ Next: Permissions schema ]

The user table, as indicated, has a sort of temporary aspect for me. But I need it implemented in order to get a prototype demo off the ground, so here it is. It will probably be replaced by some directory module or something as soon as I figure out how all that works.
 
userid text,
password text,
permlevel smallint,
name text,
email text,
website text
Here are what the fields are supposed to be for: