Gossamer Forum
Home : Products : DBMan SQL : Discussion :

Re: [kjellkk] Just bought ... my questions and reflections

Quote Reply
Re: [kjellkk] Just bought ... my questions and reflections In reply to
Hi,

Thanks for feedback, I'll do more language checks.Tongue

In Reply To:


- How can I easily configure a completely separate database as it says in the overview? Ie I want one of my users to have total control (admin access)
Just set the 'Admin' permision to users, so they will have full access to user tables ( by using Admin - Tables - Users function ).

In Reply To:
- When loading from an existing DBMAN table - should I expect it to do anything with the HTML templates? I ran into a couple of problems so it never finished loading for me :-(

You don't have to do anything with the admin templates, unless you want to change the look. Can you post the error message that is an easy way to figure out the problems?

Btw, there are two ways to load an existing table:

+ Create Table function: just fill the existing table name and hit Go, it will load that table automatically

+ Load Table function: It provides the way to load an existing table from either current database or another database.

In Reply To:


- any who have setup validation of new user sign-ups?
You can change the command below around line #320 within Home.pm:

# You can change the status as you desire. it can be 'Not Validated'
$user->{Status} = 'Registered';

To:

# You can change the status as you desire. it can be 'Not Validated'
$user->{Status} = 'Not Validated';

From now on, the signed-up users cannot access the system unless they're validated.

Hope that helps.

TheStone.

B.
Subject Author Views Date
Thread Just bought ... my questions and reflections kjellkk 3994 Mar 18, 2003, 9:11 AM
Thread Re: [kjellkk] Just bought ... my questions and reflections
604 3810 Mar 18, 2003, 2:33 PM
Thread Re: [TheStone] Just bought ... my questions and reflections
kjellkk 3770 Mar 19, 2003, 3:57 AM
Thread Re: [kjellkk] Just bought ... my questions and reflections
604 3762 Mar 19, 2003, 10:12 AM
Post Re: [TheStone] Just bought ... my questions and reflections
kjellkk 3745 Mar 20, 2003, 2:22 AM
Post Re: [TheStone] Just bought ... my questions and reflections
Karen 3652 May 15, 2003, 8:55 AM