Skip to content

deic-dk/user_alias

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

user_alias

Alias app which allows google and/or alias login

IMPORTANT: In order to share with an alias, the following line needs to be added to getShareWith in core/ajax/share.php:

... if ($sharePolicy == 'groups_only') {
$users = OC_Group::DisplayNamesInGroups($usergroups, $_GET['search'], $limit, $offset);
} else {
$users = OC_User::getDisplayNames($_GET['search'], $limit, $offset);
// to share with alias, add the following line mock-up; $users += OC_User_Alias::getAliases($_GET['search']);
}
...

About

Alias app which allows google and/or alias login

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors