~ubuntu-branches/ubuntu/utopic/moodle/utopic

« back to all changes in this revision

Viewing changes to auth/manual/auth.php

  • Committer: Package Import Robot
  • Author(s): Thijs Kinkhorst
  • Date: 2014-05-12 16:10:38 UTC
  • mfrom: (36.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20140512161038-puyqf65k4e0s8ytz
Tags: 2.6.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
    }
131
131
 
132
132
    /**
 
133
     * Returns true if plugin can be manually set.
 
134
     *
 
135
     * @return bool
 
136
     */
 
137
    function can_be_manually_set() {
 
138
        return true;
 
139
    }
 
140
 
 
141
    /**
133
142
     * Prints a form for configuring this authentication plugin.
134
143
     *
135
144
     * This function is called from admin/auth.php, and outputs a full page with