I am developing a website using WordPress, I do not use the blog element currently but am using WordPress more as a CMS to manage pages, etc.
I wish for users to log-in to my site and was hoping to get advice on how to use the WP system to do this, or any plugins, or should I use something completely different?
I basically need for my website a MySQL user table that I can manipulate, so it stores things like username, unique user id and then lots of website-specific information. Is there a way that I can do this with WordPress managing all the hassle of registration, passwords, verification etc.?
Thanks.