This task adds an application user to the database.
Option |
Description |
ConnectString |
Enter the connection string for the database where the user is added. By default, this is based on the connection created by the Infinity installer. Server=<server machine>\<server instance name>;integrated security=sspi;database=<database name> Server=MYMACHINE\MSSQLSERVER;integrated security=sspi;database=BBInfinity A Microsoft article about connection strings for SQL Server in .NET: SqlConnection.ConnectionString Property |
IsSysAdmin |
Select whether to give the user system administrator rights. The default is False. For information about system administrator rights in an Infinity application, see Security Guide. For Blackbaud CRM, see Security Guide. |
UserName |
Enter the user name. You should use the Domain/User format. For information about users in an Infinity application, see Security Guide. For Blackbaud CRM, see Security Guide. |