I have two users of my site (readers and authors). When they register with the site they can choose whether they're a reader or an author using a custom user field. What I'd like to be able to do is to set their role based on this selection.
For instance Readers would become Subscribers and Authors would become Contributors.
At this stage I'm just looking for a line or two of php to acheive this. Any help would be appreciated.