Loading...
 
Documentation

Documentation


Signup / validation question

posts: 1

Hi,

I recently installed tikiwiki

and noticed that in the admin section under login

there are four distinct possibilities

Users can register:
Request passcode to register:
Validate users by email:
Validate email address (may not work):


is it possible for a user to register, and his details (username, password...) sent to an admin for validation?

-Also in wikis like the one used for wikipedia, there is a possibility to link to a different section of a page (while still staying on the same page)

is it possible to create such bookmarks in tikiwiki?

posts: 71 United States

I believe the answer to your first question (signup moderation) is no. Good idea though. Definitely put that on the ToDo list.

I don't know the answer to your second question. It is a good feature to add if it isn't implemented already.


posts: 7 United Kingdom

I am going to implement this very soon for my wiki site (unless someone can save me the effort by pointing out that it has been done already) - it's essential before I can convert my existing website over to a wiki version.

I currently use a db table to contain a list of all of the people who could possibly register (membership is only available to paid-up club members, many of whom are not on the internet) - I'll have to add a similar table here, but it can be optional.

Does anyone have any requests for functionality here? I plan to make this code available as a patch, but make no guarantees in terms of support!