Menu

#7 add a parameter to specify a password row in the group table

closed
None
5
2005-06-23
2005-03-09
bimmerone
No

add a parameter to specify a password row in the group
table

Hi, I'm actually using 2 tables for username and group.
(see below)

Username
----------------------------------------------
| username | password | status |
----------------------------------------------

groups
----------------------------------------------
| FK_username | FK_groups |
----------------------------------------------

And I want to know how I can specify a different row for
the username in the group table. Because, actually, the
module (mod_auth_mysql 2.90) seen like using the row
name that I specify be the parameter
AuthMySQLNameField.

Does it exist a parameter like
AuthMySQLGroupUsernameField ?

Discussion

  • Jerry Stuckle

    Jerry Stuckle - 2005-03-10

    Logged In: YES
    user_id=1049703

    This is quite a good idea - I'm surpised someone hasn't come
    up with it before.

    We'll try to add it to the next release.

    Jerry

     
  • Jerry Stuckle

    Jerry Stuckle - 2005-03-10
    • assigned_to: nobody --> jstuckle
     
  • Jerry Stuckle

    Jerry Stuckle - 2005-06-23

    Logged In: YES
    user_id=1049703

    This has been added in Version 3.0.0.

    Thanks for the suggestion.

     
  • Jerry Stuckle

    Jerry Stuckle - 2005-06-23
    • status: open --> closed
     

Log in to post a comment.