Re: [xwiki-users] List with Checkboxes

2017-01-27 Thread Jesse Bright
Thank you for the suggestion. For now I am just going with macro inserted HTML 
because the lists are not user generated and do not update much. This was very 
helpful though because it set me on the right path for a different aspect of my 
site. Thanks again!

Regards,

Jesse

> On Jan 26, 2017, at 1:16 AM, Pascal BASTIEN  wrote:
> 
> Hello,
> 
> If you want something very simple to create, you can also use a 
> class/sheet/template to make your checkbox:
> http://platform.xwiki.org/xwiki/bin/view/DevGuide/FAQTutorial/FAQTutorialManual
> or : 
> http://www.theserverside.com/news/1363830/XWiki-A-Platform-for-Collaborative-Apps
>  (Understanding Classes and Objects create a todo app)
> 
> If you don't want store checkbox data, users could use the template (or 
> another page)
> 
> Pascal BASTIEN
> 
> 
> En date de : Jeu 26.1.17, Jesse Bright  a écrit :
> 
> Objet: [xwiki-users] List with Checkboxes
> À: users@xwiki.org
> Date: Jeudi 26 janvier 2017, 5h51
> 
> I am making a several lists with
> tasks and associated checkboxes. The checkbox data will not
> be stored or used in any way. It's only purpose is as a
> reminder of tasks which have been completed. 
> 
> My best idea for achieving this is to write a wiki macro
> using the HTML macro to insert a checkbox input. However
> this means I have to develop list tabbing behavior and write
> my macro reference repeatedly in each list space.
> 
> Does any one know of a better or easier way to create a
> checkbox list?
> 
> Regards,
> 
> Jesse
> 




Re: [xwiki-users] 8.4.4: Totally Private Wiki?

2017-01-27 Thread shouldbe q931
On Fri, Jan 27, 2017 at 5:30 AM, Craig Wright  wrote:
> Howdy,
>
> Is it possible to setup an XWiki such that:
>
> - Users can register AND validate email.
> - After registration, users who have not been “approved” can only see one 
> page that says “Please wait for approval for access to this wiki."
> - Approved users have normal access controls.
>
> Right now I have removed all rights from the XWikiAllGroup and I manually 
> move users into the XWikiRegisteredUsers group (maybe a bad name since all 
> users are registered, it just means I approved them for access). The only 
> problem with this setup is that new users cannot validate their email until I 
> have added them to the XWikiRegisteredUsers group. I have not yet figured out 
> how to control access to that special Email Authorization page.
>
>  Thanks for any info!
> Craig

As a thought experiment, if instead of local xwiki users, you used an
external LDAP instance and something like PWM
https://github.com/pwm-project/pwm, people could self register via PWM
which would give them login rights, and then an administrator could
add the account to the appropriate xwiki group(s), or add the account
to the appropriate LDAP group(s), with the LDAP groups being used in
xwiki...

I have no experience with doing this.

Cheers


Re: [xwiki-users] 8.4.4: Totally Private Wiki?

2017-01-27 Thread Mohamed Boussaa
Hi,

After googling a little bit I found 2 discussions in the xwiki mailing
lists, It describes a need similar to yours. Hope it will help.

http://lists.xwiki.org/pipermail/users/2005-December/000713.html
http://xwiki.475771.n2.nabble.com/how-to-approve-new-xwiki-users-td502460.html




Regards,
Mohamed

On Fri, Jan 27, 2017 at 6:30 AM, Craig Wright  wrote:

> Howdy,
>
> Is it possible to setup an XWiki such that:
>
> - Users can register AND validate email.
> - After registration, users who have not been “approved” can only see one
> page that says “Please wait for approval for access to this wiki."
> - Approved users have normal access controls.
>
> Right now I have removed all rights from the XWikiAllGroup and I manually
> move users into the XWikiRegisteredUsers group (maybe a bad name since all
> users are registered, it just means I approved them for access). The only
> problem with this setup is that new users cannot validate their email until
> I have added them to the XWikiRegisteredUsers group. I have not yet figured
> out how to control access to that special Email Authorization page.
>
>  Thanks for any info!
> Craig