http://imrf.mcmaster.ca/IMRF/ocs/index.php/meetings/2008/
And try to login, of course, you won't be successful and will be taken here:
http://imrf.mcmaster.ca/IMRF/ocs/index.php/meetings/2008/login/signIn
Then, if you click here:
Not a user? Create an account with this site
And signup, it looks as if no role is being assigned, and, as a result, you are taken here:
http://imrf.mcmaster.ca/IMRF/ocs/index.php/index/index/user
This is not good for me, because (a) this is a hidden "layer" of the website and (b) for some reason, the one conference I have in the system is not listed under "My Conferences". In the case of the new signup, I think this is because no role has been assigned. However, it seems not to matter for this particular page. I have ended up here signed in as a reader, author and/or conference manager, but there is never anything listed under "My Conferences". That is, except when I'm signed in as an admin. So this is problem #1 for this post.
Now on to problem #2: I think that a default role of reader should be assigned to anyone that signs up via a link from a scheduled conference. I tried to make this happen by adding this:
- Code: Select all
<input type="hidden" name="createAsReader" value="1"/>
at line 180 in:
templates/user/createAccount.tpl
but that didn't seem to make any difference.
Help please.
