Noah,
Thanks for your help.  But I'm still missing something, apparently...

Here's what I've got:

orion-application.xml:

        <user-manager class="com.evermind.sql.DataSourceUserManager">
                <property name="dataSource" value="jdbc/DefaultNonCPE"/>
                <property name="tableName" value="members"/> <!-- tried with 
name="table"
also -->
                <property name="usernameField" value="email"/>
                <property name="passwordField" value="password"/>
                <property name="defaultGroups" value="users,guests,administrators"/>
        </user-manager>

login.html:

<form METHOD="POST">
        <tr><td>Email:</td>
            <td><input TYPE="text" SIZE="20" maxlength="50"
Name="j_username"></td></tr>
        <tr><td>Password<font color="#FF0000">*</font>:</td>
            <td><input TYPE="password" SIZE="20" maxlength="20"
NAME="j_password"></td></tr>
        <tr><td colspan="2" align="center"><input TYPE="submit" VALUE="Log
In"></td></tr>
</form>

I am running 0.9.1b - I downloaded 9.2, but don't have the documentation for
the changes to reconfigure the XML files.

My login pages are showing up correctly, but no users can log in...  I
assume that it's because my parameters are incorrect, but I can't find
updated documentation.

Any help would be appreciated.  Thanks,
Jeremy Pierson

<BTW>Doesn't work with a
"com.evermind.sql.DefaultConnectionPoolDataSource" - but that's the LEAST of
my problems :)</BTW>

Reply via email to