Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   HTML (http://www.velocityreviews.com/forums/f31-html.html)
-   -   How do you allow any n digit password in htaccess/psswrd? (http://www.velocityreviews.com/forums/t725819-how-do-you-allow-any-n-digit-password-in-htaccess-psswrd.html)

dorayme 06-17-2010 03:24 AM

How do you allow any n digit password in htaccess/psswrd?
 
Can you go about allowing *any* n digit password (along with a
particular username) to allow a select number of people to access
a file or folder using the simple technology of htaccess/passwd?

When you make an .htaccess you put in something like

AuthUserFile /public/something.org.au/.htpasswd
AuthType Basic
AuthName "members"
Require valid-user

and you use an encrypter to generate the password that goes into
..htpassd and it might look like this:

johnsmith:hgcrBSZ7XJ6hq

If it was just

johnsmith:

I assume it would be accessible on mere correct name entry?

Is there anything you could write if you wanted any 7 digit
number (0-9 to be used) in any order without having to supply all
permutations. Or is htaccess/htpasswd not that sophisticated?

--
dorayme

Captain Paralytic 06-17-2010 10:31 AM

Re: How do you allow any n digit password in htaccess/psswrd?
 
On 17 June, 04:24, dorayme <dora...@optusnet.com.au> wrote:
> Can you go about allowing *any* n digit password (along with a
> particular username) to allow a select number of people to access
> a file or folder using the simple technology of htaccess/passwd? *
>
> When you make an .htaccess you put in something like
>
> AuthUserFile /public/something.org.au/.htpasswd
> AuthType Basic
> AuthName "members"
> Require valid-user
>
> and you use an encrypter to generate the password that goes into
> .htpassd and it might look like this:
>
> johnsmith:hgcrBSZ7XJ6hq
>
> If it was just
>
> johnsmith:
>
> I assume it would be accessible on mere correct name entry?
>
> Is there anything you could write if you wanted any 7 digit
> number (0-9 to be used) in any order without having to supply all
> permutations. Or is htaccess/htpasswd not that sophisticated?
>
> --
> dorayme


I would suggest that the correct forum for this sort of question would
be:
alt.apache.configuration

dorayme 06-17-2010 10:39 AM

Re: How do you allow any n digit password in htaccess/psswrd?
 
In article
<45996703-5d2c-4f05-8926-c6db75f15425@j4g2000yqh.googlegroups.com
>,

Captain Paralytic <paul_lautman@yahoo.com> wrote:

> On 17 June, 04:24, dorayme <dora...@optusnet.com.au> wrote:
> > Can you go about allowing *any* n digit password (along with a
> > particular username) to allow a select number of people to access
> > a file or folder using the simple technology of htaccess/passwd? ...

>
> I would suggest that the correct forum for this sort of question would
> be:
> alt.apache.configuration


Thank you. I will go there and talk to heartless strangers... <g>

--
dorayme


All times are GMT. The time now is 01:23 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57