Skip to content

Introduction for asi_access module

zxhwd2008 edited this page Nov 10, 2010 · 4 revisions

##Modification when using at your own web-site

  • File: asi_account.module
  • Line: 937
  <img id="datapicker_img" src="'.$module_path.'/js_and_css/datepicker/skin/datePicker.gif" width="16" height="22" align="absmiddle" />

If your site address is: jimu.cs.hut.fi/sizzlelab, you should add some code to this line like:

  <img id="datapicker_img" src="/sizzlelab/'.$module_path.'/js_and_css/datepicker/skin/datePicker.gif" width="16" height="22" align="absmiddle" />

How to use

  1. Enable the module
  2. Use ASI account to log in
    • If you don't have an ASI account, you can create it through "Creat new account" and fill in the basic information (don't forget to tick the "Also register the new account in ASI.")
    • If you already have an ASI account, you can log in with your ASI account (don't forget to tick the "Use the Aalto Social Account to login.")
  3. Modify ASI account information
    • Click "My account" and go to "Aalto Social Account Info", here you can change all the information in the ASI server(except the email, we don't find any APIs that can get the users' email from ASI server. It's a big problem, it will help to improve the module if we can get back the emails)

Clone this wiki locally