<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.itadmins.net/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.itadmins.net/feed.php">
        <title>Chucks notes and stuff - vtigercrm</title>
        <description></description>
        <link>https://wiki.itadmins.net/</link>
        <image rdf:resource="https://wiki.itadmins.net/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-05-23T10:58:09+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.itadmins.net/doku.php?id=vtigercrm:account_creation_utf8_mail_subject&amp;rev=1582539361&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.itadmins.net/doku.php?id=vtigercrm:debian_install&amp;rev=1582539361&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.itadmins.net/doku.php?id=vtigercrm:enable_manual_account_no&amp;rev=1582539361&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.itadmins.net/doku.php?id=vtigercrm:ldap_authentication&amp;rev=1582539361&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.itadmins.net/doku.php?id=vtigercrm:module_creation&amp;rev=1582539361&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.itadmins.net/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Chucks notes and stuff</title>
        <link>https://wiki.itadmins.net/</link>
        <url>https://wiki.itadmins.net/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki.itadmins.net/doku.php?id=vtigercrm:account_creation_utf8_mail_subject&amp;rev=1582539361&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-02-24T10:16:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>account_creation_utf8_mail_subject</title>
        <link>https://wiki.itadmins.net/doku.php?id=vtigercrm:account_creation_utf8_mail_subject&amp;rev=1582539361&amp;do=diff</link>
        <description>Account creation mail subject line in UTF8

When you create a new account in VTiger there is a mail sent out to inform the user of the link, his username and password. This mail, to be nice about it, leaves a bit to be desired. Below you will see a few changes that I made to get the mail to be a bit more informative before the users just trash it.</description>
    </item>
    <item rdf:about="https://wiki.itadmins.net/doku.php?id=vtigercrm:debian_install&amp;rev=1582539361&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-02-24T10:16:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>debian_install</title>
        <link>https://wiki.itadmins.net/doku.php?id=vtigercrm:debian_install&amp;rev=1582539361&amp;do=diff</link>
        <description>Installing VTiger on Debian Lenny

	*  Install all needed packages (and don&#039;t forget php5-ldap if you want to auth against LDAP or AD: 
# apt-get install -V php5 apache2 mysql-server php5-gd libapache2-mod-auth-mysql php5-mysql php5-imap php-apc php5-ldap</description>
    </item>
    <item rdf:about="https://wiki.itadmins.net/doku.php?id=vtigercrm:enable_manual_account_no&amp;rev=1582539361&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-02-24T10:16:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>enable_manual_account_no</title>
        <link>https://wiki.itadmins.net/doku.php?id=vtigercrm:enable_manual_account_no&amp;rev=1582539361&amp;do=diff</link>
        <description>Howto enable manual Account Number entry

initially VTiger is setup to not allow for manual account number entry. the easiest way I have found to get around this is as follows:

mysql -u root -p
update vtiger.vtiger_modentity_num set prefix=&#039;&#039;, start_id=&#039;&#039;, cur_id=&#039;&#039;, active=&#039;0&#039; where vtiger_modentity semodule=&#039;Accounts&#039;;
UPDATE vtiger.vtiger_field SET uitype = &#039;2&#039; WHERE vtiger_field.columnname =&#039;account_no&#039; ;</description>
    </item>
    <item rdf:about="https://wiki.itadmins.net/doku.php?id=vtigercrm:ldap_authentication&amp;rev=1582539361&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-02-24T10:16:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ldap_authentication</title>
        <link>https://wiki.itadmins.net/doku.php?id=vtigercrm:ldap_authentication&amp;rev=1582539361&amp;do=diff</link>
        <description>VTiger CRM with LDAP Authentication support

Seeing as how I have yet to be able to get the new LDAP package working that is available in the vtiger forums I went ahead and modified the original 5.1 LDAP auth to get it working with 5.2. So if you are in the same situation as I was here is my fix for LDAP auth in 5.2.</description>
    </item>
    <item rdf:about="https://wiki.itadmins.net/doku.php?id=vtigercrm:module_creation&amp;rev=1582539361&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-02-24T10:16:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>module_creation</title>
        <link>https://wiki.itadmins.net/doku.php?id=vtigercrm:module_creation&amp;rev=1582539361&amp;do=diff</link>
        <description>Creating a Module

This is meant as an overview of module creation for VTiger as well as associated notes.

As we all know, the documentation of the VTiger vtlib module and it&#039;s associated API is not quite what it should be. This is NOT unusual in OSS</description>
    </item>
</rdf:RDF>
