Just have checked locally everything seems to work
here is the request I used to create hash
$.ajax({
method: "POST",
url: "services/user/hash?sid=b1a16dad-68f7-4e7c-badd-841ab8b7e032",
data: {user: JSON.stringify({
firstname: 'John',
lastname: 'Doe',
externalId: 'uid1',
externalType: 'myCMS',
login: 'superjohn'
}),
options: JSON.stringify({
roomId: 5582,
moderator: false,
showAudioVideoTest: true
})
},
dataType: "json"
})
NOTE moderator param is `false`
On Sat, 28 Dec 2019 at 01:40, R. Scholz <[email protected]>
wrote:
> Hello Maxim,
>
> i have it checked.
>
> I restore my configuration from yesterday-backup and start my M3-version.
> All OK, I generate an invitation-link, the "no-rights-only-viewer-user"
> can login, it can see and no modify: All OK.
>
> When I update from the M3 to the newest M4 my "no-rights-only-viewer-user"
> can modify the whiteboard.
>
> When I check on the flags "moderated" and "Wait moderator" nothing
> happenes.
> The "no-rights-only-viewer-user" can login with my generated link, get the
> window who ask the name and can modify the whiteboard.
>
> Hint: I have no backup from my MySQL-database before I try out the
> M4-version the first time.
> So every of my tries are with the same database.
>
> With best regards,
>
> René
>
>
>
> Am 27.12.2019 um 03:43 schrieb Maxim Solodovnik:
>
> Let make one mail thread for discussion :)
>
> To test:
> 1) any room type
> 2) both "Moderated" and "Wait moderator" are checked
> If user without moderator right will enter "Special dialog will be
> displayed"
>
> You can customize dialog contents add additional languages
> To do so you need to modify
>
> https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/WaitModeratorDialog.html
> To translate: create ADDITIONAL file for ex.
> this is Russian translation:
> https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/WaitModeratorDialog_ru.html
> (please NOTE *ru* suffix)
>
> The feature was just implemented
> so might contain bugs
> Please report them here with very detailed steps :))) (so I can reproduce
> and fix)
>
>
> On Fri, 27 Dec 2019 at 03:36, R. Scholz <[email protected]>
> wrote:
>
>> Hello Maxim,
>>
>> when I login as "user without rights" I can paint all things the
>> moderatror can do.
>> Include polls.
>>
>> I mean before I update to the M4-version my test room is OK: Only mod
>> can present something, viewers can only view.
>>
>> Hm, I will have a further look tomorrow.
>>
>> Best regards,
>>
>> René
>>
>>
>> Am 26.12.2019 um 20:06 schrieb R. Scholz:
>> > Hello Maxim,
>> >
>> > today I had updated my Openmeetings to the newest M4-version after I
>> > got the JIRA-message that you implemented my wish with the
>> > "wait-picture".
>> >
>> > I see the new flag in the room-config: "Wait moderator".
>> >
>> > Great!
>> >
>> > I check on both flags: "Moderated" and "Wait moderator", put myself as
>> > default-moderator and save the room-config.
>> > Then I logged out after generate a invitation to my test-account (an
>> > account without rights).
>> >
>> > No differnce, I see the room.
>> >
>> > What do I wrong?
>> > Where I can configurate my favorite wait-picture?
>> >
>> > Best regards,
>> >
>> > René
>>
>>
>
> --
> WBR
> Maxim aka solomax
>
>
>
--
WBR
Maxim aka solomax