Multiple user accounts: Difference between revisions
From RISC OS
Jump to navigationJump to search
No edit summary |
(Adding content relevant to title) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Multiple user accounts are supported on some version of 26-bit RISC OS, namely 4.39 and 6. |
|||
OK: Here's my idea. |
|||
RISC OS 5 developed by [[RISC OS Open]] does not currently support logging in with multiple users. As of November 2018 there are no plans to introduce this feature, owing to more high importance items requiring developers' attention. |
|||
Currently, the only version of RISC OS to offer multiple user accounts is the RISC OS 4.xx Select/Adjust branch. |
|||
But what if an easy, straightforward, logical system could be put together? |
|||
The idea is as follows: |
|||
On system start, the user is asked for their username (and password? unimportant at the moment). The system then sets a path ie: User$Path to ADFS::4.$.Users.Jymbob. and adds an icon to the iconbar to open User: |
|||
Using User: rather than Jymbob: means better abstraction for other apps. For instance, after booting, the system could be set to Filer_Open User: and any global programs with per-user files (eg: Organizer, [[Cretin]], etc.) could be set to load these from User:whatever and would work for all users |
|||
''This would be in addition to Choices files, which could also be easily redirected to a per-user system |
|||
For normal users, the HardDisc4 icon linking to <root$dir> is removed. (possibly unnecessary) |
|||
You can then install apps in User:Apps, and add to apps at startup, save documents in User:Work etc. |
|||
Global apps could be set to <root$dir>.Apps, and added to the iconbar Apps in the same way. |
|||
In other words: any normal user will have access from the iconbar to Username:whatever |
|||
Administrative users would also have access to <Root$Dir> |
|||
System-wide resources would remain as they are, given that the drive is hidden, not unmounted. |
|||
Obviously, this is only a preliminary idea, but it's a start, it uses built-in features of RISC OS, and could be implemented in any modern !Boot structure. |
|||
--Page written by [[User:Jymbob|Jymbob]] |
Latest revision as of 09:30, 21 November 2018
Multiple user accounts are supported on some version of 26-bit RISC OS, namely 4.39 and 6.
RISC OS 5 developed by RISC OS Open does not currently support logging in with multiple users. As of November 2018 there are no plans to introduce this feature, owing to more high importance items requiring developers' attention.