Login: Difference between revisions

From nuBuilderForte
Jump to navigation Jump to search
No edit summary
Line 10: Line 10:


By passing certain parameters to index.php you will be able to...
By passing certain parameters to index.php you will be able to...
#Login Automatically to the User's Home Page. - '''index.php?&u=1&p=1'''
*Login Automatically to the User's Home Page. - '''index.php?&u=1&p=1'''
#Login Automatically to a certain Form and Record. - '''index.php?&f=nublank&r=-1&u=1&p=1'''
*Login Automatically to a certain Form and Record. - '''index.php?&f=nublank&r=-1&u=1&p=1'''
#Ask the user their password before logging into the User's Home Page. - '''index.php?&u=1'''
*Ask the user their password before logging into the User's Home Page. - '''index.php?&u=1'''
#Ask the user their password before logging into a certain Form and Record. - '''index.php?&f=nublank&r=-1&u=1'''
*Ask the user their password before logging into a certain Form and Record. - '''index.php?&f=nublank&r=-1&u=1'''

Revision as of 20:16, 8 January 2018

There a number of ways to log into nuBuilder Forte...

Manual Login

  1. Goto the web directory nuBuilder Forte has been installed.
  2. Type in Username
  3. Type in Password
  4. Hit Enter

Auto Login

By passing certain parameters to index.php you will be able to...

  • Login Automatically to the User's Home Page. - index.php?&u=1&p=1
  • Login Automatically to a certain Form and Record. - index.php?&f=nublank&r=-1&u=1&p=1
  • Ask the user their password before logging into the User's Home Page. - index.php?&u=1
  • Ask the user their password before logging into a certain Form and Record. - index.php?&f=nublank&r=-1&u=1