According the Moodle Workspace docs, User uploads can have a column named tenant where uploaded users files can be assigned to a specific Tenant. When I try and upload a csv file I keep getting the following error message: "tenant" is not a valid field name. Anyone have similar problems/solutions?
Related
Hi could you please provide solution for how to register online ticket booking of user /new user and the register data should be save in excel file (ex userid colm1 seatno colm2) by dynamic way of user entering the value without creating fixed.
How to do bulk users enrollment from a CSV file to a Quiz inside moodle LMS?
and how to create groups and assign users from a CSV file to these groups?
You can enrol users in a course (with the quiz setup inside the course) using the plugin "block csv enrol"
(sorry I cannot paste the link here due to stackoverflow limitations)
There are 2 kinds of groups in moodle course groups and global groups (cohorts), you can upload users to moodle with a csv file setting up cohorts for all of them as suggested here:
https://docs.moodle.org/32/en/Upload_cohorts#File_format_for_the_upload_cohorts_file
This is a sample csv file
Then you can create course internal groups automatically (based on the cohort setup) using the plugin "enrol groupsync"
Hope this is what you were looking for.
I am using the cPanel "Account Level Filtering" functionality to block incoming mail from spamming servers and email addresses. Throughout the years I have created an extensive list of rules to block specific spammers.
I would like to know if there is a way to export the "Account Level Filtering" rules and have a backup file of them.
I also wonder if it's possible to import the filtering rules to a cPanel account (through WHM or terminal) instead of adding them one by one manually through cPanel.
/etc/vfilters/domain.com contains all your account level filters. You can make a copy of that. If you do not have root access to the server, ask your hosting company to provide you with a copy of this file.
It is possible to backup and restore email forwarders configuration and email filters configuration using 'Backup Wizard' tool available in main cPanel menu.
I had the same problem and wanted to share some fairly extensive Global Email Filters to various websites instead of replicating all the filter rules manually, which would take days. Using the Backup wizard did not work for this: when I imported the email filter files into another website it generated a user incompatibility error.
Instead, I logged into cpanel on the original website:
I opened file manager.
Then I opened the folder: .cpanel
(If you can't see this folder, click on settings then check the box next to 'Show Hidden Files (dotfiles)' and click Save).
Then I downloaded these two files:
filter.cache
filter.yaml
then uploaded those two files to the same location in the cpanel of the new websites.
Note: I had not created ANY spam filters in the new (recipient) websites so the new files were a clean upload, not an over-write of previous files. If you have already created spam filters in the recipient site, then uploading the files saved from the donor site will overwrite them.
I create a lot of users (~350) using User CSV Uploader (/alfresco/service/api/people/upload) and then as site maneger i tried to invite some of this users, but i can't find them.
Steps:
create a list of users (using CSV template) - OK
upload the list - OK
check if the users exist - OK
as site manger and alfresco_administrator when i go to http//mydomain/share/page/site/mysite/invite and search for user (let's say TESTUSER) the user is listed and is allowed to be invited
as site manager (not alfresco_administrator) when i go to http//mydomain/share/page/site/mysite/invite and search for user TESTUSER the user is not listed
The user TESTUSER exist and was created using CSV upload.
I creat manualy another user TESTUSER2 and i follow steps 3,4 and 5. In this case this user TESTUSER2 is listed in both case.
My question is: There is a possibility to "reindex" all user or i need to create ~300 users manualy.
Right now LDAP or AD is not an option.
Alfresco 4.2c/Centos 6.4/SOLR (full reindex after 2 days)
Thank You!
Geo
are you able to find the persons via people finder /share/page/people-finder?
If not, are you able to find the persons when appending [hint:useCQ] (forces usage of DB instead of SearchIndex) to your people search term?
If you find the persons using this hint, then your Solr Index is not in sync.
I had followed the exact steps to configure form authentication in shrepoint 2007 from here but i am unable to login with the user. I checked that my connection string is right, providers are also current so what should be the issue ?
I have another question regarding same topic.let say i have configured the membership database in my sql server database by using the asp.net configuration application.
say I have created a user "XYZ". certainly this will inserted into the membership database. but, will this user ("XYZ") also added in Active directory users ? or not.
If not then while creating the user in sharepoint site (from people and group) How it will resolve the "XYZ" user which i entered in membership database?
because as i explained i have created user "lalit" from asp.net configuration database , i found this user in membership database. where as i have given connection string to that site, of my membership database. and when I went to add new user for the site through People and group option (from site settings) , I got error message "No user match found" something like this. So i created user in active directory with name " lalit" then it resolved. but why should i need to create the "lalit" as user to active directory ? Or why then need to create the membership database if active directory users are there ...?
You need to use the provider as a prefix, for example, if your provider membership name is MOSSProvider, when you add a user to a group, you have to add it as "MOSSProvider:username", also you must have configured your site with FAB. Check Alternate Access Mapping operation for doing that.