SourceForge logo
SourceForge logo
Menu

phpwiki-talk

From: Harold H. <ha...@ha...> - 2018年05月15日 22:42:24
I'm using the File method for user authorization.
USER_AUTH_ORDER = "File"
The description from config.ini is:
 File: Store username:crypted-passwords in .htaccess like files.
; Use Apache's htpasswd to manage this file.
What is the name of this file, and where is it located?
THANKS!
Harold
-- 
FCC Rules Updated Daily at http://www.hallikainen.com
Not sent from an iPhone.
From: Vargenau, Marc-E. (N. - FR/Paris-Saclay) <mar...@no...> - 2018年05月24日 16:47:15
Hello Harold,
The .htaccess file is a file used by Apache to protect a directory and its subdirectories.
For PhpWIki, you find find an .htaccess file in the root directory and in some of the subdirectories.
You should adapt their content to your needs.
Best regards,
Marc-Etienne
-----Original Message-----
From: Harold Hallikainen [mailto:ha...@ha...] 
Sent: Tuesday, May 15, 2018 11:41 PM
To: Discussion on PhpWiki features, bugs, development. <php...@li...>
Subject: [Phpwiki-talk] User Authorization - resend from different email
I'm using the File method for user authorization.
USER_AUTH_ORDER = "File"
The description from config.ini is:
 File: Store username:crypted-passwords in .htaccess like files.
; Use Apache's htpasswd to manage this file.
What is the name of this file, and where is it located?
THANKS!
Harold
--
FCC Rules Updated Daily at http://www.hallikainen.com Not sent from an iPhone.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________
Phpwiki-talk mailing list
Php...@li...
https://lists.sourceforge.net/lists/listinfo/phpwiki-talk
From: Harold H. <ha...@ha...> - 2018年05月27日 16:28:00
THANKS! I note that the config file says "Store username:crypted-passwords
in .htaccess like files. Use Apache's htpasswd to manage this file."
As such, it does not appear to be in .htaccess, but, instead, an
".htaccess like file". What is the name of the file? htpasswd does not
like trying to modify .htaccess.
Thanks!
Harold
> Hello Harold,
>
> The .htaccess file is a file used by Apache to protect a directory and its
> subdirectories.
>
> For PhpWIki, you find find an .htaccess file in the root directory and in
> some of the subdirectories.
>
> You should adapt their content to your needs.
>
> Best regards,
>
> Marc-Etienne
>
> -----Original Message-----
> From: Harold Hallikainen [mailto:ha...@ha...]
> Sent: Tuesday, May 15, 2018 11:41 PM
> To: Discussion on PhpWiki features, bugs, development.
> <php...@li...>
> Subject: [Phpwiki-talk] User Authorization - resend from different email
>
>
> I'm using the File method for user authorization.
>
> USER_AUTH_ORDER = "File"
>
> The description from config.ini is:
>
> File: Store username:crypted-passwords in .htaccess like files.
> ; Use Apache's htpasswd to manage this file.
>
> What is the name of this file, and where is it located?
>
> THANKS!
>
> Harold
>
>
>
>
>
> --
> FCC Rules Updated Daily at http://www.hallikainen.com Not sent from an
> iPhone.
>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most engaging
> tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Phpwiki-talk mailing list
> Php...@li...
> https://lists.sourceforge.net/lists/listinfo/phpwiki-talk
>
>
-- 
FCC Rules Updated Daily at http://www.hallikainen.com
Not sent from an iPhone.
From: Vargenau, Marc-E. (N. - FR/Paris-Saclay) <mar...@no...> - 2018年06月08日 13:55:13
Hi Harold,
I am afraid I cannot help you on this one.
I did not develop this USER_AUTH_ORDER = "File" code and never used it. I always use "Db" or "LDAP".
I will try to check if I can make it work, but without guarantee.
Sorry about it.
Best regards,
Marc-Etienne
-----Original Message-----
From: Harold Hallikainen [mailto:ha...@ha...] 
Sent: Sunday, May 27, 2018 6:15 PM
To: Vargenau, Marc-Etienne (Nokia - FR/Paris-Saclay) <mar...@no...>
Cc: Discussion on PhpWiki features, bugs, development. <php...@li...>; ha...@ha...; Vargenau, Marc-Etienne (Nokia - FR/Paris-Saclay) <mar...@no...>
Subject: RE: [Phpwiki-talk] User Authorization - resend from different email
THANKS! I note that the config file says "Store username:crypted-passwords in .htaccess like files. Use Apache's htpasswd to manage this file."
As such, it does not appear to be in .htaccess, but, instead, an ".htaccess like file". What is the name of the file? htpasswd does not like trying to modify .htaccess.
Thanks!
Harold
> Hello Harold,
>
> The .htaccess file is a file used by Apache to protect a directory and 
> its subdirectories.
>
> For PhpWIki, you find find an .htaccess file in the root directory and 
> in some of the subdirectories.
>
> You should adapt their content to your needs.
>
> Best regards,
>
> Marc-Etienne
>
> -----Original Message-----
> From: Harold Hallikainen [mailto:ha...@ha...]
> Sent: Tuesday, May 15, 2018 11:41 PM
> To: Discussion on PhpWiki features, bugs, development.
> <php...@li...>
> Subject: [Phpwiki-talk] User Authorization - resend from different 
> email
>
>
> I'm using the File method for user authorization.
>
> USER_AUTH_ORDER = "File"
>
> The description from config.ini is:
>
> File: Store username:crypted-passwords in .htaccess like files.
> ; Use Apache's htpasswd to manage this file.
>
> What is the name of this file, and where is it located?
>
> THANKS!
>
> Harold
>
>
>
>
>
> --
> FCC Rules Updated Daily at http://www.hallikainen.com Not sent from an 
> iPhone.
>
> ----------------------------------------------------------------------
> -------- Check out the vibrant tech community on one of the world's 
> most engaging tech sites, Slashdot.org! http://sdm.link/slashdot 
> _______________________________________________
> Phpwiki-talk mailing list
> Php...@li...
> https://lists.sourceforge.net/lists/listinfo/phpwiki-talk
>
>
--
FCC Rules Updated Daily at http://www.hallikainen.com Not sent from an iPhone.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /