Direct users to /devices page for approval
This commit is contained in:
@@ -512,7 +512,7 @@ function Bookhoard:startRegistration()
|
|||||||
self.registration_id = result.registration_id
|
self.registration_id = result.registration_id
|
||||||
|
|
||||||
UIManager:show(InfoMessage:new{
|
UIManager:show(InfoMessage:new{
|
||||||
text = T(_("Device registered on server.\n\nOpen your Bookhoard web UI, go to Device Management, and approve this device:\n\n%1\n\nWaiting for approval…"), self.settings.server_url),
|
text = T(_("Device registered on server.\n\nOpen your Bookhoard web UI and go to:\n%1/devices\n\nApprove this device in the \"Pending Device Registrations\" section.\n\nWaiting for approval…"), self.settings.server_url),
|
||||||
})
|
})
|
||||||
|
|
||||||
self:startRegistrationPoll()
|
self:startRegistrationPoll()
|
||||||
|
|||||||
Reference in New Issue
Block a user