-
**Background**
[How are events identified as being part of the same user session?](https://www.imsglobal.org/forum/caliper-analytics-discussion/153771)
[Seeking background to the LtiSession entity](…
-
When I want to login as a teacher I get this error (trying to access the landing page):
```Security Error: Permission "lm:users:teachers:read" is required```
The landing page does not load becau…
-
I'm going to add some Haddock guidelines to this repo. AFAIK, what I would add is not controversial and I expect the PR to go by with minimal comments, except for one very specific thing: the whitespa…
-
```
@admin.register(School)
class SchoolAdmin(CompareVersionAdmin):
search_fields = ['name']
```
If I use search_fields like the one above, I get the error '`Cannot resolve keyword 'user'…
-
change OUPadmin, SchoolAdmin password expiry configuration from 30 days to 90 days.
-
change userId from URL by logging as a student -> Student will be able to view OUPADMIN's profile.
Similarly, change schoolId from URL by logging as a schooladmin -> School admin will be able to view …
-
When trying to add an attributes exclude to a scope, like so:
```
var User = sequelize.define('User', {
username: {
type: DataTypes.CHAR,
field: 'username',
allowNull: false
},
pas…
-
Step 1: Login with admin user, search school "test school 11"
Step 2: click on upload icon
Step 3: Click on File link for "4 feb" with status "No Error" and action "Processed"
Step 4: File downloaded…
-
[Enter steps to reproduce below:]
1. ...
2. ...
**Atom Version**: 0.194.0
**System**: Mac OS X 10.10.3
**Thrown From**: [Remote-FTP](https://github.com/mgrenier/remote-ftp) package, v0.6.2
### Stack …
ghost updated
9 years ago
-
I just realized that Ahoy broke every other devise model (besides current_user) when attempting to login because it's always looking for user_id, instead of admin_id (current_admin) for instance. I'm …