You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some series in ETH's current video portal are password protected and this is typically inherited down to every video in that series. This password protection should also be applied in Tobira.
The text was updated successfully, but these errors were encountered:
This adds the necessary backend and frontend implementations to allow
event specific authentication as done by the ETH.
For technical information, see commit messages. @LukasKalbertodt to test
this, you can use this DB command:
```sql
update all_events
set credentials = row(
'sha1:9D4E1E23BD5B727046A9E3B4B7DB57BD8D6EE684',
'sha1:3CBCD90ADC4B192A87A625850B7F231CADDF0EB3'
)::credentials
where title = 'Beyond Elasticsearch: user-facing search engines';
```
Of course you can use any other event. This will give the event the
password user `pass` and the password `word`.
[Test here](https://pr1244.tobira.opencast.org/test-videos) (credentials
are "user" and "password")
Closes#1186
Some series in ETH's current video portal are password protected and this is typically inherited down to every video in that series. This password protection should also be applied in Tobira.
The text was updated successfully, but these errors were encountered: