- Apr 18, 2014
-
-
Jared Hancock authored
-
- Apr 14, 2014
-
-
Jared Hancock authored
This is a slight edit over the previous implementation of the same feature. Previously, an "account" was required, which implies a user account with a password. This implementation simply requires a user record. Importing of users by organization domain is still supported -- even if the user does not yet exist.
-
Jared Hancock authored
* Auto confirm remote accounts * Don't send out emails for remote account activation * Forbid password changes on remote accounts
-
Jared Hancock authored
-
Jared Hancock authored
-
- Apr 11, 2014
-
-
Peter Rotich authored
Previously we required an account to associate a user to an organization.
-
- Apr 10, 2014
-
-
Peter Rotich authored
Show user status on the user listing table
-
- Apr 02, 2014
-
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
- Apr 01, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
Useful if the staff members administratively configure a static password that the user should never change.
-
Peter Rotich authored
-
- Mar 31, 2014
-
-
Peter Rotich authored
Add CLI import/export support for organizations
-
Peter Rotich authored
Conflicts: include/class.user.php
-
- Mar 28, 2014
-
-
Peter Rotich authored
-
- Mar 27, 2014
-
-
Peter Rotich authored
-
Jared Hancock authored
-
Peter Rotich authored
-
- Mar 25, 2014
-
-
Jared Hancock authored
-
- Mar 20, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Mar 18, 2014
-
-
Peter Rotich authored
Implement CLI user import/export in a well formatted CSV file. Name and email address are the only supported fields at the moment.
-
- Feb 26, 2014
-
-
Peter Rotich authored
-
- Jan 15, 2014
-
-
Peter Rotich authored
Add routine to get ticket's recipients (owner + active collaborators)
-
Peter Rotich authored
-
- Dec 16, 2013
-
-
Jared Hancock authored
And define getInitials() function for %{ticket.name.initials}
-
- Dec 11, 2013
-
-
Peter Rotich authored
Replace phone number on ticket owner update
-
- Nov 27, 2013
-
-
Peter Rotich authored
-
Peter Rotich authored
Change fromForm routine takes the actual form and do validation and call fromVars with clean data Add fromVars to do the actual user creation (previously named fromForm.
-
Jared Hancock authored
-
Jared Hancock authored
-
- Nov 26, 2013
-
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
Unpack user data for filtering purposes for staff created tickets
-
Peter Rotich authored
Add update routine Add updated date getter
-
- Nov 15, 2013
-
-
Peter Rotich authored
-
- Nov 07, 2013
-
-
Jared Hancock authored
If an email arrives in the system without a "personal" field (name), the email address is used as the name. The email address, however, is not parsed well by the PersonsName constructor. This patch uses the mailbox of the email address as the name. Also include a slight boost to the mbstring compatibility functions declared in the bootstrap::i18n_prep() function
-
- Nov 05, 2013
-
-
Jared Hancock authored
Fixes #77
-
- Nov 01, 2013
-
-
Jared Hancock authored
-