Re: [pmwiki-users] UserAdmin

2016-08-22 Thread Peter Bowers
On Sun, Aug 21, 2016 at 12:30 AM, wrote: > I tried your useradmincore: > > http://testpmjv.free.fr/index.php5?n=Main.HomePage?action=user > Parse error: syntax error, unexpected '[' in > /mnt/100/sda/1/8/testpmjv/cookbook/useradmin-core.php > on line 1206 >

Re: [pmwiki-users] UserAdmin

2016-08-20 Thread j . vampouille
I tried your useradmincore: http://testpmjv.free.fr/index.php5?n=Main.HomePage?action=user Parse error: syntax error, unexpected '[' in /mnt/100/sda/1/8/testpmjv/cookbook/useradmin-core.php on line 1206 http://testpmjv.free.fr/index.php?n=Main.HomePage?action=user I have the page User account

Re: [pmwiki-users] UserAdmin

2016-08-19 Thread j . vampouille
Warning: Creating default object from empty value in /var/www/sda/1/8/testpmjv/local/config.php on line 36 PHP Version 5.6.8 is due to $UserAdmin->SuperuserFunc = 'Superuser'; Nevertheless, thanks for the replies. Hoping you'll can find time in the coming weeks. Thanks -Joël _

Re: [pmwiki-users] UserAdmin

2016-08-19 Thread Peter Bowers
On Thu, Aug 18, 2016 at 3:27 PM, wrote: > > Warning: Creating default object from empty value in > /var/www/sda/1/8/testpmjv/local/config.php on line 36 > PHP Version 5.6.8 > > What do you have at line 36 in your config.php? > Deprecated: preg_replace(): The /e modifier is deprecated, use > pr

Re: [pmwiki-users] UserAdmin

2016-08-18 Thread Dominique Faure
This should mean that: * The php 5 flavor is selected by the file extension and you should use the .php one to get the v5.6.8 running (Free is known to do weird things with php), * The config file error line 36, lets think to some erroneous object related declaration that was not supported anymore

Re: [pmwiki-users] UserAdmin

2016-08-18 Thread j . vampouille
Yes, I cloned index.php5 to index.php And now http://testpmjv.free.fr/index.php?n=Main.HomePage?action=phpinfo returns Warning: Creating default object from empty value in /var/www/sda/1/8/testpmjv/local/config.php on line 36 PHP Version 5.6.8 Whereas http://testpmjv.free.fr/index.php5?n=Mai

Re: [pmwiki-users] UserAdmin

2016-08-18 Thread Dominique Faure
The major difference between your two urls seems to be the .php/.php5 extension. Did you tried changing the index.php5 to index.php ? -- Dominique ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-

Re: [pmwiki-users] UserAdmin

2016-08-18 Thread j . vampouille
Thanks, I already have a .htaccess with something like: php56 1 that but if I check the version of php with a php file containing at the root of my server's space http://testpmjv.free.fr/versionphp.php It reveals that it's in PHP Version 5.6.8 But if I check with http://testpmjv.free.fr/

Re: [pmwiki-users] UserAdmin

2016-08-17 Thread Dominique Faure
Hi, > So Is there a way to force the PHP's version of all the page? According to http://les.pages.perso.chez.free.fr/migrations/php5v6.io You should alter your .htaccess with something like: php56 1 -- Dominique ___ pmwiki-users mailing list pmwik

Re: [pmwiki-users] UserAdmin

2016-08-17 Thread j . vampouille
Thanks Peter's help (I forgot to reply to the list so I try to sum my problems) I am trying to set-up the UserAdmin recipe to my test site. In config.php is included * useradmin-authuser.php * authuser.php and contains global passwords $DefaultPasswords['admin'] = crypt('admin'); $Defa

[pmwiki-users] UserAdmin

2016-08-14 Thread j . vampouille
Dear List! I am trying to set-up the UserAdmin recipe to my test site. In config.php is included * useradmin-authuser.php * authuser.php and contains global passwords $DefaultPasswords['admin'] = crypt('admin'); $DefaultPasswords['attr'] = crypt('attr'); $DefaultPasswords['e

Re: [pmwiki-users] UserAdmin cookbook

2016-02-22 Thread Alex
Dear Peter, In your recipe the section: http://www.pmwiki.org/wiki/Cookbook/UserAdmin#customforms refers to here: http://www.pmwiki.org/wiki/Cookbook/UserAdminTemplates On the latter page, the password reset is defined as the following: Password reset [[#ua-resetpasswd]] (:input form '{$PageUr

Re: [pmwiki-users] UserAdmin cookbook

2016-02-21 Thread Peter Bowers
On Fri, Feb 19, 2016 at 6:31 AM, wrote: > 3. In the "Cookbook.UserAdminTemplates" template you missed out the e-mail > filed. Therefore, the form that is currently defined cannot be used. This > caused me some disturbance. I took a quick look at the various templates and I don't see a missing e

Re: [pmwiki-users] UserAdmin cookbook

2016-02-20 Thread Alex
Dear Peter, I have just found the reason, why it behaves like I have described. I have a Cookbook: cmsmode. I had to debug through pmwiki to find it :( It blocks most actions, including UserAdmin actions as well, especially for an anonymous user (if logged no blocking). It is necessary t

Re: [pmwiki-users] UserAdmin cookbook

2016-02-18 Thread alexware
Dear Peter, 1. anonymous - the user who visits my site, has no password, cannot log in without any password. Is it a wrong interpretation? 2. Initially I also installed "Cookbook.UserAdminTemplates" and tried to modify the apperance of the main menu as it is written on the hompage. I figured

Re: [pmwiki-users] UserAdmin cookbook

2016-02-18 Thread Peter Bowers
On Tue, Feb 16, 2016 at 10:02 PM, Alex wrote: > I found some issues that I would like to share: > - I do not understand how the recipe is activated. I am using > useradmin-authuser.php > > I modified useradmin-core.php to echo debug message upon activation: > # start

[pmwiki-users] UserAdmin cookbook

2016-02-17 Thread Alex
Dear List! I am trying to set-up the UserAdmin recipe to my test site. I do want only to have the possibility of my users to change or reset their passwords, if it is forgotten without admin interaction. My config is at the bottom of the e-mail. I found some issues that I would like to share: -

Re: [pmwiki-users] UserAdmin, where does the main menu appear by default?

2015-05-12 Thread erik burggraaf
Hi peter, Thanks for all this. I performed an action=logout and I still see the list of users under edit users. It let's me edit them too. That makes me believe I have a stack of logins piled up somwhere. Should ?action=logout clear all logins associalted with my php session or my IP or som

Re: [pmwiki-users] UserAdmin, where does the main menu appear by default?

2015-05-10 Thread Simon
F: 781.769.9468 > > > -Original Message- > From: pmwiki-users [mailto:pmwiki-users-boun...@pmichaud.com] On Behalf Of > erik burggraaf > Sent: Thursday, May 07, 2015 10:49 AM > To: pmwiki-users > Subject: [pmwiki-users] UserAdmin, where does the main menu appear by > defau

Re: [pmwiki-users] UserAdmin, where does the main menu appear by default?

2015-05-08 Thread Alice Gorman
orwood, MA 02062 P: 781.352.1854 | F: 781.769.9468 -Original Message- From: pmwiki-users [mailto:pmwiki-users-boun...@pmichaud.com] On Behalf Of erik burggraaf Sent: Thursday, May 07, 2015 10:49 AM To: pmwiki-users Subject: [pmwiki-users] UserAdmin, where does the main menu appear by defau

Re: [pmwiki-users] UserAdmin, where does the main menu appear by default?

2015-05-07 Thread Peter Bowers
On Thu, May 7, 2015 at 4:49 PM, erik burggraaf wrote: > ?action=user does not show me the user options. > > Do the user options appear in the sidebar, alongside edit, print, recent > changes and the like? I have this hidden for users who ar not logged in. > So could this be why I don't see the o

[pmwiki-users] UserAdmin, where does the main menu appear by default?

2015-05-07 Thread erik burggraaf
Hello all, I've been stuck on this for a week and thought I had to mash up my config file and istall templates and stuff. Now, I'm wondering if my issue might not have a very simple solution. ?action=user does not show me the user options. Do the user options appear in the sidebar, alongside

[pmwiki-users] UserAdmin release, testers needed

2015-04-29 Thread Peter Bowers
After a hiatus of more than 4 years, UserAdmin has been updated. http://www.pmwiki.org/wiki/Cookbook/UserAdmin This recipe offers the capability of users auto-registering and editing their own information (password reset, etc.). It also includes the capability of storing additional data fields su

Re: [pmwiki-users] UserAdmin templates

2011-03-29 Thread Hans
Monday, March 28, 2011, 8:31:45 AM, Eemeli Aro wrote: > it looks like the latest that I got to since then > were versions I sent to Peter on 2010-06-14. To help things forward, > I've now added those to > . Thanks! I got this latest version

Re: [pmwiki-users] UserAdmin templates

2011-03-28 Thread Eemeli Aro
On 27 March 2011 11:38, Hans wrote: > I am using the scripts as found attached to Cookbook.UserAdmin. The versions of useradmin-core and useradmin-profiles there were 2010-06-07/08, and it looks like the latest that I got to since then were versions I sent to Peter on 2010-06-14. To help things f

Re: [pmwiki-users] UserAdmin templates

2011-03-27 Thread Hans
Sunday, March 27, 2011, 12:14:06 AM, Peter Bowers wrote: > In AuthUser it is implemented using an extended syntax: > user: HASH @group @group2 : useremail="a...@example.com" userrealname="Sam > Smith" > So basically everything before an optional 2nd colon is identical to > current operation. A

Re: [pmwiki-users] UserAdmin templates

2011-03-26 Thread Peter Bowers
On Sun, Mar 27, 2011 at 12:03 AM, Hans wrote: > > Is it possible to store additional user info, like real name, phone > number etc, via user registration? I know how to add fields to the > templates (Site.UserAdminTemplates), but how can the values be added > to a user's info in SiteAdmin.AuthUser

[pmwiki-users] UserAdmin templates

2011-03-26 Thread Hans
Is it possible to store additional user info, like real name, phone number etc, via user registration? I know how to add fields to the templates (Site.UserAdminTemplates), but how can the values be added to a user's info in SiteAdmin.AuthUser, or a users Profiles page (attributes)? Is this already