This question about Registration: Answered
Registering users after bulk registration and controlling accessibility
I have two questions:
1. I copied, pasted and editted the following into UnprocessedRegistrations topic.
<noautolink>
|
FirstName |
LastName | Email |
WikiName |
| Anne | Surname |
anne.surname@example.com |
AnneSurname |
</noautolink>
When I click bulkregister these users, it is creating a Log with no wikiname in rows 0,1,2 etc for all users entered. Please help.
2. How can I disallow users to register on their own and allow only registered users to view the wiki, however, allow only 6 admin people to be able to edit the entire wiki.
Thanks!
--
AnneRK - 14 Jan 2011
The table you copied here is broken. Does it look the same in your UnprocessedRegistrations page?
It should look like this:
<noautolink>
%EDITTABLE{}%
| FirstName | LastName | Email | WikiName |
| Anne | Surname | anne.surname@example.com | AnneSurname |
| Anne2 | Surname2 | anne.surname2@example.com | AnneSurname2 |
</noautolink>
rendered as:
--
ArthurClemens - 14 Jan 2011
Thanks Arthur, it ddnt look like that. Am rectifying it. Although I wonder if the ? at the end of wikinames would disappear after i sort the table. Will post again after sorting out the table.
Thanks!!
--
AnneRK - 14 Jan 2011
I think you need to use Raw Edit (edit Wiki Text) for this. The ? at the end of wikinames disappear by putting noautolink tags around the table.
--
ArthurClemens - 14 Jan 2011
Thanks Arthur, I will try that!
--
AnneRK - 16 Jan 2011
The problem is sorted, thanks once again!!
For my other question, I have the web preferences as follows:
Set DENYWEBVIEW = WikiGuest Set ALLOWWEBVIEW = Set DENYWEBCHANGE = WikiGuest Set ALLOWWEBCHANGE = RegistrationAgent, AdminUser, AnneSurname , AdminGroup Set DENYWEBRENAME = Set ALLOWWEBRENAME =
Will that do the trick? Basically, I want:
1. Users to be able to register themselves
2. Only and all registered users to be allowed to view the webpages
3. Only
AdminUser,
AnneSurname and everybody in the
AdminGroup to be able to edit contents
Thanks in advance.
--
AnneRK - 17 Jan 2011
Please create a new Support page for a different subject. Quick answer: if you lock down System web it will be difficult for users to register, change passwords and so on.
--
ArthurClemens - 19 Jan 2011