From srevinsaju at sugarlabs.org Tue Jan 5 16:30:19 2021 From: srevinsaju at sugarlabs.org (Srevin Saju) Date: Wed, 6 Jan 2021 00:30:19 +0300 Subject: [Systems] developer.sugarlabs.org Message-ID: <65f4a251-d17e-5f20-22f9-8f9217e6e6f1@sugarlabs.org> I happened to see this thread late, I would like to propose movinghttps://developer.sugarlabs.org/sugar3 to https://github.com/sugarlabs/sugar-toolkit-gtk3 's GitHub pages. A live example of that would be here: https://dev.sl.srevinsaju.me/sugar3 built using GitHub Actions from https://github.com/srevinsaju/sugar-toolkit-gtk3. *Procedure* * The documentation is built on every commit to master, and deployed to `gh-pages` or a branch of choice * We host the static HTML version of the documentation using GitHub Actions, hence we can decommission developer.sugarlabs.org, which means, one less service we need to maintain. No more play with queues or docker builds, safer. * Update CNAME on Sugar Labs's nameservers to make developer.sugarlabs.org as an alias of sugarlabs.github.io * Update custom domain settings on https://github.com/sugarlabs/sugar-toolkit-gtk3 to point to developers.sugarlabs.org Hence, we do not need to change any old links, as the links will still work, even if we discontinue the service on Freedom. In my example / fork, I have added the script to sugar-toolkit-gtk3, and deployed the static docs to `gh-pages` branch. But, it is also possible to create a fresh GitHub repository: "developers.sugarlabs.org" and then add same script there, only that: the builds will now run on a cron job, instead of every commit to sugar-toolkit-gtk3. I suppose thats fine too, if we do not want to mess up with sugar-toolkit-gtk3 repository or keep it separate. In that case, we can make the repository at https://github.com/sugarlabs-infra. If the demo looks fine, let me know, and I will create a Pull Request to the preferred repository. Let me know of suggestions, criticisms, pros and cons, or the need of any further information :) -- Srevin Saju https://srevinsaju.me -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_0x1007816766D390D7.asc Type: application/pgp-keys Size: 4849 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From quozl at laptop.org Tue Jan 5 17:32:59 2021 From: quozl at laptop.org (James Cameron) Date: Wed, 6 Jan 2021 09:32:59 +1100 Subject: [Systems] developer.sugarlabs.org In-Reply-To: <65f4a251-d17e-5f20-22f9-8f9217e6e6f1@sugarlabs.org> References: <65f4a251-d17e-5f20-22f9-8f9217e6e6f1@sugarlabs.org> Message-ID: <20210105223259.GG30970@laptop.org> Thanks for looking at this. Needs more work; some of the actual documentation is missing. For example, compare https://developer.sugarlabs.org/sugar3/sugar3.activity.activity.html against https://dev.sl.srevinsaju.me/sugar3/sugar3.activity.activity.html Collapse the patches into one. Otherwise, I don't see why it can't be merged into https://github.com/sugarlabs/sugar-toolkit-gtk3 On Wed, Jan 06, 2021 at 12:30:19AM +0300, Srevin Saju wrote: > I happened to see this thread late, > > I would like to propose movinghttps://developer.sugarlabs.org/sugar3 > to > https://github.com/sugarlabs/sugar-toolkit-gtk3 > 's GitHub pages. A live > example of that would be here: https://dev.sl.srevinsaju.me/sugar3 > built using GitHub Actions > from > https://github.com/srevinsaju/sugar-toolkit-gtk3. > > *Procedure* > > * The documentation is built on every commit to master, and deployed to > `gh-pages` or a branch of choice > * We host the static HTML version of the documentation using GitHub Actions, > hence we can decommission developer.sugarlabs.org, which means, one less > service we need to maintain. No more play with queues or docker builds, > safer. > * Update CNAME on Sugar Labs's nameservers to make developer.sugarlabs.org > as an alias of sugarlabs.github.io > * Update custom domain settings on > https://github.com/sugarlabs/sugar-toolkit-gtk3 to point to > developers.sugarlabs.org > > Hence, we do not need to change any old links, as the links will still work, > even if we discontinue the service on Freedom. > > In my example / fork, I have added the script to sugar-toolkit-gtk3, and > deployed the static docs to `gh-pages` branch. But, it is also possible to > create a fresh GitHub repository: "developers.sugarlabs.org" and then add > same script there, only that: the builds will now run on a cron job, instead > of every commit to sugar-toolkit-gtk3. I suppose thats fine too, if we do > not want to mess up with sugar-toolkit-gtk3 repository or keep it separate. > In that case, we can make the repository at > https://github.com/sugarlabs-infra. If the demo looks fine, let me know, and > I will create a Pull Request to the preferred repository. > > Let me know of suggestions, criticisms, pros and cons, or the need of any > further information :) > > > -- > Srevin Saju > https://srevinsaju.me > pub RSA 4096/66D390D7 2020-05-19 Srevin Saju (srevinsaju) > sub RSA 4096/14479587 2020-05-19 > -- James Cameron https://quozl.linux.org.au/ From srevinsaju at sugarlabs.org Wed Jan 6 04:14:49 2021 From: srevinsaju at sugarlabs.org (Srevin Saju) Date: Wed, 6 Jan 2021 12:14:49 +0300 Subject: [Systems] developer.sugarlabs.org In-Reply-To: <20210105223259.GG30970@laptop.org> References: <65f4a251-d17e-5f20-22f9-8f9217e6e6f1@sugarlabs.org> <20210105223259.GG30970@laptop.org> Message-ID: On 1/6/21 1:32 AM, James Cameron wrote: > Thanks for looking at this. > > Needs more work; some of the actual documentation is missing. For > example, compare > https://developer.sugarlabs.org/sugar3/sugar3.activity.activity.html > against > https://dev.sl.srevinsaju.me/sugar3/sugar3.activity.activity.html Fixed it. Please check if there is any other difference. > Collapse the patches into one. I will squash the commits and send in a PR > Otherwise, I don't see why it can't be merged into > https://github.com/sugarlabs/sugar-toolkit-gtk3 Cool! > On Wed, Jan 06, 2021 at 12:30:19AM +0300, Srevin Saju wrote: >> I happened to see this thread late, >> >> I would like to propose movinghttps://developer.sugarlabs.org/sugar3 >> to >> https://github.com/sugarlabs/sugar-toolkit-gtk3 >> 's GitHub pages. A live >> example of that would be here: https://dev.sl.srevinsaju.me/sugar3 >> built using GitHub Actions >> from >> https://github.com/srevinsaju/sugar-toolkit-gtk3. >> >> *Procedure* >> >> * The documentation is built on every commit to master, and deployed to >> `gh-pages` or a branch of choice >> * We host the static HTML version of the documentation using GitHub Actions, >> hence we can decommission developer.sugarlabs.org, which means, one less >> service we need to maintain. No more play with queues or docker builds, >> safer. >> * Update CNAME on Sugar Labs's nameservers to make developer.sugarlabs.org >> as an alias of sugarlabs.github.io >> * Update custom domain settings on >> https://github.com/sugarlabs/sugar-toolkit-gtk3 to point to >> developers.sugarlabs.org >> >> Hence, we do not need to change any old links, as the links will still work, >> even if we discontinue the service on Freedom. >> >> In my example / fork, I have added the script to sugar-toolkit-gtk3, and >> deployed the static docs to `gh-pages` branch. But, it is also possible to >> create a fresh GitHub repository: "developers.sugarlabs.org" and then add >> same script there, only that: the builds will now run on a cron job, instead >> of every commit to sugar-toolkit-gtk3. I suppose thats fine too, if we do >> not want to mess up with sugar-toolkit-gtk3 repository or keep it separate. >> In that case, we can make the repository at >> https://github.com/sugarlabs-infra. If the demo looks fine, let me know, and >> I will create a Pull Request to the preferred repository. >> >> Let me know of suggestions, criticisms, pros and cons, or the need of any >> further information :) >> >> >> -- >> Srevin Saju >> https://srevinsaju.me >> > pub RSA 4096/66D390D7 2020-05-19 Srevin Saju (srevinsaju) >> sub RSA 4096/14479587 2020-05-19 >> > > -- Srevin Saju https://srevinsaju.me -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From ibiamchihurumnaya at gmail.com Tue Jan 19 21:08:25 2021 From: ibiamchihurumnaya at gmail.com (Chihurumnaya Ibiam) Date: Wed, 20 Jan 2021 03:08:25 +0100 Subject: [Systems] Password Expired Message-ID: Good day, I tried accessing my sunjammer account earlier today and couldn't as my password has expired, can my password be reset? Thanks. -- Ibiam Chihurumnaya ibiamchihurumnaya at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From srevinsaju at sugarlabs.org Thu Jan 21 01:16:47 2021 From: srevinsaju at sugarlabs.org (Srevin Saju) Date: Thu, 21 Jan 2021 09:16:47 +0300 Subject: [Systems] v4.activities.sugarlabs.org (ASLO-v4) is up! Message-ID: <9677157c-12b8-d747-c041-fd9324701de7@sugarlabs.org> G'day! ASLO-v4 is finally up at https://v4.activities.sugarlabs.org! ... with only a few more minor tidying up, ASLO-v4 will be ready for production. Activity maintainers can now push their bundles to ASLO-v4 by following the instructions on https://wiki.sugarlabs.org/go/Service/activities4 as well as, that mentioned in https://github.com/sugarlabs/sugar-docs/pull/204. Please feel free to reach out, so that I can improve the existing documentation, or anything you think is too complex. Next steps: * Connect services/update-aslo.php and deploy a flask server (I am trying to get a hold of some more good apache knowledge) * Sending "new version detected" emails to aslo at lists.sugarlabs.org, or should we create a new mailing list? -- Srevin Saju https://srevinsaju.me -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_0x1007816766D390D7.asc Type: application/pgp-keys Size: 4849 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From quozl at laptop.org Thu Jan 21 02:00:41 2021 From: quozl at laptop.org (James Cameron) Date: Thu, 21 Jan 2021 18:00:41 +1100 Subject: [Systems] v4.activities.sugarlabs.org (ASLO-v4) is up! In-Reply-To: <9677157c-12b8-d747-c041-fd9324701de7@sugarlabs.org> References: <9677157c-12b8-d747-c041-fd9324701de7@sugarlabs.org> Message-ID: <20210121070041.GB2715@laptop.org> Thanks, great work. Merged 204. I've also updated Browse. https://github.com/sugarlabs/browse-activity/commit/de3c4800ec705e5543c6be2c4d4695255d6e5aac I would prefer new version notifications to go to sugar-devel at lists.sugarlabs.org, as that's one place we've seen them previously. aslo at lists.sugarlabs.org was for handling by library editors, but we don't have any active, and we don't have the same process with v4. On Thu, Jan 21, 2021 at 09:16:47AM +0300, Srevin Saju wrote: > G'day! > > ASLO-v4 is finally up at https://v4.activities.sugarlabs.org! ... with only > a few more minor tidying up, ASLO-v4 will be ready for production. > > Activity maintainers can now push their bundles to ASLO-v4 by following the > instructions on https://wiki.sugarlabs.org/go/Service/activities4 as well > as, that mentioned in https://github.com/sugarlabs/sugar-docs/pull/204. > Please feel free to reach out, so that I can improve the existing > documentation, or anything you think is too complex. > > Next steps: > > * Connect services/update-aslo.php and deploy a flask server (I am > trying to get a hold of some more good apache knowledge) > * Sending "new version detected" emails to aslo at lists.sugarlabs.org, > or should we create a new mailing list? > > -- > Srevin Saju > https://srevinsaju.me > pub RSA 4096/66D390D7 2020-05-19 Srevin Saju (srevinsaju) > sub RSA 4096/14479587 2020-05-19 > > _______________________________________________ > Systems mailing list > Systems at lists.sugarlabs.org > http://lists.sugarlabs.org/listinfo/systems -- James Cameron https://quozl.linux.org.au/ From srevinsaju at sugarlabs.org Thu Jan 21 02:03:02 2021 From: srevinsaju at sugarlabs.org (Srevin Saju) Date: Thu, 21 Jan 2021 10:03:02 +0300 Subject: [Systems] [Sugar-devel] v4.activities.sugarlabs.org (ASLO-v4) is up! In-Reply-To: <20210121070041.GB2715@laptop.org> References: <9677157c-12b8-d747-c041-fd9324701de7@sugarlabs.org> <20210121070041.GB2715@laptop.org> Message-ID: Right. I will configure ASLO-v4 to email sugar-devel@ with release notifications. Thanks to all developers, mentors who helped me out with this. Had a great experience working with it!!! On 1/21/21 10:00 AM, James Cameron wrote: > Thanks, great work. Merged 204. > > I've also updated Browse. > > https://github.com/sugarlabs/browse-activity/commit/de3c4800ec705e5543c6be2c4d4695255d6e5aac > > I would prefer new version notifications to go to > sugar-devel at lists.sugarlabs.org, as that's one place we've seen them > previously. aslo at lists.sugarlabs.org was for handling by library > editors, but we don't have any active, and we don't have the same > process with v4. > > On Thu, Jan 21, 2021 at 09:16:47AM +0300, Srevin Saju wrote: >> G'day! >> >> ASLO-v4 is finally up at https://v4.activities.sugarlabs.org! ... with only >> a few more minor tidying up, ASLO-v4 will be ready for production. >> >> Activity maintainers can now push their bundles to ASLO-v4 by following the >> instructions on https://wiki.sugarlabs.org/go/Service/activities4 as well >> as, that mentioned in https://github.com/sugarlabs/sugar-docs/pull/204. >> Please feel free to reach out, so that I can improve the existing >> documentation, or anything you think is too complex. >> >> Next steps: >> >> * Connect services/update-aslo.php and deploy a flask server (I am >> trying to get a hold of some more good apache knowledge) >> * Sending "new version detected" emails to aslo at lists.sugarlabs.org, >> or should we create a new mailing list? >> >> -- >> Srevin Saju >> https://srevinsaju.me >> > pub RSA 4096/66D390D7 2020-05-19 Srevin Saju (srevinsaju) >> sub RSA 4096/14479587 2020-05-19 >> > > > >> _______________________________________________ >> Systems mailing list >> Systems at lists.sugarlabs.org >> http://lists.sugarlabs.org/listinfo/systems > -- Srevin Saju https://srevinsaju.me -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_0x1007816766D390D7.asc Type: application/pgp-keys Size: 4849 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From ibiamchihurumnaya at gmail.com Sat Jan 23 04:47:57 2021 From: ibiamchihurumnaya at gmail.com (Chihurumnaya Ibiam) Date: Sat, 23 Jan 2021 10:47:57 +0100 Subject: [Systems] Password reset for user:ibiamchihurumnaya Message-ID: Hi, My sunjammer password has expired and I need help resetting it, can my password be reset please? Thanks. -- Ibiam Chihurumnaya ibiamchihurumnaya at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From srevinsaju at sugarlabs.org Sat Jan 23 04:54:49 2021 From: srevinsaju at sugarlabs.org (Srevin Saju) Date: Sat, 23 Jan 2021 12:54:49 +0300 Subject: [Systems] Password reset for user:ibiamchihurumnaya In-Reply-To: References: <493199d5-8ef7-7db8-dfb8-ff637962986b@sugarlabs.org> Message-ID: <66ec37a2-1dae-4d8f-9d74-92cc3e114270@sugarlabs.org> Yes, it works. Let me know if you are not able to get access back again On 1/23/21 12:53 PM, Chihurumnaya Ibiam wrote: > I doubt that works, had an issue with it last time. > -- > Ibiam Chihurumnaya > ibiamchihurumnaya at gmail.com > > > > On Sat, Jan 23, 2021 at 10:49 AM Srevin Saju > wrote: > > Did you try https://ldap.sugarlabs.org ? > > On 1/23/21 12:47 PM, Chihurumnaya Ibiam wrote: > > Hi, > > > > My sunjammer password has expired and I need help resetting it, > can my > > password be reset please? Thanks. > > -- > > Ibiam Chihurumnaya > > ibiamchihurumnaya at gmail.com > > > > > > > > _______________________________________________ > > Systems mailing list > > Systems at lists.sugarlabs.org > > http://lists.sugarlabs.org/listinfo/systems > > > -- > Srevin Saju > https://srevinsaju.me > -- Srevin Saju https://srevinsaju.me -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_0x1007816766D390D7.asc Type: application/pgp-keys Size: 4849 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From ibiamchihurumnaya at gmail.com Sat Jan 23 04:55:44 2021 From: ibiamchihurumnaya at gmail.com (Chihurumnaya Ibiam) Date: Sat, 23 Jan 2021 10:55:44 +0100 Subject: [Systems] Password reset for user:ibiamchihurumnaya In-Reply-To: <66ec37a2-1dae-4d8f-9d74-92cc3e114270@sugarlabs.org> References: <493199d5-8ef7-7db8-dfb8-ff637962986b@sugarlabs.org> <66ec37a2-1dae-4d8f-9d74-92cc3e114270@sugarlabs.org> Message-ID: I'm not able to get access, I probably can't remember my old password. -- Ibiam Chihurumnaya ibiamchihurumnaya at gmail.com On Sat, Jan 23, 2021 at 10:54 AM Srevin Saju wrote: > Yes, it works. Let me know if you are not able to get access back again > > On 1/23/21 12:53 PM, Chihurumnaya Ibiam wrote: > > I doubt that works, had an issue with it last time. > > -- > > Ibiam Chihurumnaya > > ibiamchihurumnaya at gmail.com > > > > > > > > On Sat, Jan 23, 2021 at 10:49 AM Srevin Saju > > wrote: > > > > Did you try https://ldap.sugarlabs.org > ? > > > > On 1/23/21 12:47 PM, Chihurumnaya Ibiam wrote: > > > Hi, > > > > > > My sunjammer password has expired and I need help resetting it, > > can my > > > password be reset please? Thanks. > > > -- > > > Ibiam Chihurumnaya > > > ibiamchihurumnaya at gmail.com > > > > > > > > > > > > > _______________________________________________ > > > Systems mailing list > > > Systems at lists.sugarlabs.org > > > http://lists.sugarlabs.org/listinfo/systems > > > > > > -- > > Srevin Saju > > https://srevinsaju.me > > > -- > Srevin Saju > https://srevinsaju.me > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From srevinsaju at sugarlabs.org Sat Jan 23 05:04:17 2021 From: srevinsaju at sugarlabs.org (Srevin Saju) Date: Sat, 23 Jan 2021 13:04:17 +0300 Subject: [Systems] Password reset for user:ibiamchihurumnaya In-Reply-To: References: <493199d5-8ef7-7db8-dfb8-ff637962986b@sugarlabs.org> <66ec37a2-1dae-4d8f-9d74-92cc3e114270@sugarlabs.org> Message-ID: <71004965-d689-38e3-d668-1f44c3827ab4@sugarlabs.org> Ok, resetted. Will privately email you. On 1/23/21 12:55 PM, Chihurumnaya Ibiam wrote: > I'm not able to get access, I probably can't remember my old password. > -- > Ibiam Chihurumnaya > ibiamchihurumnaya at gmail.com > > > > On Sat, Jan 23, 2021 at 10:54 AM Srevin Saju > wrote: > > Yes, it works. Let me know if you are not able to get access back > again > > On 1/23/21 12:53 PM, Chihurumnaya Ibiam wrote: > > I doubt that works, had an issue with it last time. > > -- > > Ibiam Chihurumnaya > > ibiamchihurumnaya at gmail.com > > > > > > > > > > On Sat, Jan 23, 2021 at 10:49 AM Srevin Saju > > > >> wrote: > > > >? ? ?Did you try https://ldap.sugarlabs.org > > ? > > > >? ? ?On 1/23/21 12:47 PM, Chihurumnaya Ibiam wrote: > >? ? ?> Hi, > >? ? ?> > >? ? ?> My sunjammer password has expired and I need help > resetting it, > >? ? ?can my > >? ? ?> password be reset please? Thanks. > >? ? ?> -- > >? ? ?> Ibiam Chihurumnaya > >? ? ?> ibiamchihurumnaya at gmail.com > > > > >? ? ? > >? ? ? >> > >? ? ?> > >? ? ?> > >? ? ?> _______________________________________________ > >? ? ?> Systems mailing list > >? ? ?> Systems at lists.sugarlabs.org > > > > >? ? ?> http://lists.sugarlabs.org/listinfo/systems > > >? ? ? > > > > >? ? ?-- > >? ? ?Srevin Saju > > https://srevinsaju.me > > > > > -- > Srevin Saju > https://srevinsaju.me > -- Srevin Saju https://srevinsaju.me -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_0x1007816766D390D7.asc Type: application/pgp-keys Size: 4849 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From srevinsaju at sugarlabs.org Sat Jan 23 05:26:30 2021 From: srevinsaju at sugarlabs.org (Srevin Saju) Date: Sat, 23 Jan 2021 13:26:30 +0300 Subject: [Systems] Password reset for user:ibiamchihurumnaya In-Reply-To: <71004965-d689-38e3-d668-1f44c3827ab4@sugarlabs.org> References: <493199d5-8ef7-7db8-dfb8-ff637962986b@sugarlabs.org> <66ec37a2-1dae-4d8f-9d74-92cc3e114270@sugarlabs.org> <71004965-d689-38e3-d668-1f44c3827ab4@sugarlabs.org> Message-ID: btw, the temporary password will need to be manually resetted by creating a new password at https://ldap.sugarlabs.org/passwd, after which only you will probably be able to login to sunjammer. On 1/23/21 1:04 PM, Srevin Saju wrote: > Ok, resetted. Will privately email you. > > On 1/23/21 12:55 PM, Chihurumnaya Ibiam wrote: >> I'm not able to get access, I probably can't remember my old password. >> -- >> Ibiam Chihurumnaya >> ibiamchihurumnaya at gmail.com >> >> >> >> On Sat, Jan 23, 2021 at 10:54 AM Srevin Saju >> > wrote: >> >> ??? Yes, it works. Let me know if you are not able to get access back >> ??? again >> >> ??? On 1/23/21 12:53 PM, Chihurumnaya Ibiam wrote: >> ??? > I doubt that works, had an issue with it last time. >> ??? > -- >> ??? > Ibiam Chihurumnaya >> ??? > ibiamchihurumnaya at gmail.com >> ??? > ??? > >> ??? > >> ??? > >> ??? > >> ??? > On Sat, Jan 23, 2021 at 10:49 AM Srevin Saju >> ??? >> ??? > > ??? >> wrote: >> ??? > >> ??? >? ? ?Did you try https://ldap.sugarlabs.org >> ??? > ??? > ? >> ??? > >> ??? >? ? ?On 1/23/21 12:47 PM, Chihurumnaya Ibiam wrote: >> ??? >? ? ?> Hi, >> ??? >? ? ?> >> ??? >? ? ?> My sunjammer password has expired and I need help >> ??? resetting it, >> ??? >? ? ?can my >> ??? >? ? ?> password be reset please? Thanks. >> ??? >? ? ?> -- >> ??? >? ? ?> Ibiam Chihurumnaya >> ??? >? ? ?> ibiamchihurumnaya at gmail.com >> ??? >> ??? > ??? > >> ??? >? ? ?> ??? >> ??? >? ? ?> ??? >> >> ??? >? ? ?> >> ??? >? ? ?> >> ??? >? ? ?> _______________________________________________ >> ??? >? ? ?> Systems mailing list >> ??? >? ? ?> Systems at lists.sugarlabs.org >> ??? >> ??? > ??? > >> ??? >? ? ?> http://lists.sugarlabs.org/listinfo/systems >> ??? >> ??? >? ? ?> ??? > >> ??? > >> ??? >? ? ?-- >> ??? >? ? ?Srevin Saju >> ??? > https://srevinsaju.me >> ??? > >> ??? > >> ??? -- ??? Srevin Saju >> ??? https://srevinsaju.me >> >> >> _______________________________________________ >> Systems mailing list >> Systems at lists.sugarlabs.org >> http://lists.sugarlabs.org/listinfo/systems -- Srevin Saju https://srevinsaju.me -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_0x1007816766D390D7.asc Type: application/pgp-keys Size: 4849 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From ibiamchihurumnaya at gmail.com Sat Jan 23 18:04:01 2021 From: ibiamchihurumnaya at gmail.com (Chihurumnaya Ibiam) Date: Sun, 24 Jan 2021 00:04:01 +0100 Subject: [Systems] Password reset for user:ibiamchihurumnaya In-Reply-To: References: <493199d5-8ef7-7db8-dfb8-ff637962986b@sugarlabs.org> <66ec37a2-1dae-4d8f-9d74-92cc3e114270@sugarlabs.org> <71004965-d689-38e3-d668-1f44c3827ab4@sugarlabs.org> Message-ID: New password set and I can login now, thanks. -- Ibiam Chihurumnaya ibiamchihurumnaya at gmail.com On Sat, Jan 23, 2021 at 11:26 AM Srevin Saju wrote: > btw, the temporary password will need to be manually resetted by > creating a new password at https://ldap.sugarlabs.org/passwd, after > which only you will probably be able to login to sunjammer. > > On 1/23/21 1:04 PM, Srevin Saju wrote: > > Ok, resetted. Will privately email you. > > > > On 1/23/21 12:55 PM, Chihurumnaya Ibiam wrote: > >> I'm not able to get access, I probably can't remember my old password. > >> -- > >> Ibiam Chihurumnaya > >> ibiamchihurumnaya at gmail.com > >> > >> > >> > >> On Sat, Jan 23, 2021 at 10:54 AM Srevin Saju > >> > wrote: > >> > >> Yes, it works. Let me know if you are not able to get access back > >> again > >> > >> On 1/23/21 12:53 PM, Chihurumnaya Ibiam wrote: > >> > I doubt that works, had an issue with it last time. > >> > -- > >> > Ibiam Chihurumnaya > >> > ibiamchihurumnaya at gmail.com > >> >> > > >> > > >> > > >> > > >> > On Sat, Jan 23, 2021 at 10:49 AM Srevin Saju > >> > >> > >> >> wrote: > >> > > >> > Did you try https://ldap.sugarlabs.org > >> >> > ? > >> > > >> > On 1/23/21 12:47 PM, Chihurumnaya Ibiam wrote: > >> > > Hi, > >> > > > >> > > My sunjammer password has expired and I need help > >> resetting it, > >> > can my > >> > > password be reset please? Thanks. > >> > > -- > >> > > Ibiam Chihurumnaya > >> > > ibiamchihurumnaya at gmail.com > >> > >> >> > > >> > >> > >> > >> >> > >> > > > >> > > > >> > > _______________________________________________ > >> > > Systems mailing list > >> > > Systems at lists.sugarlabs.org > >> > >> >> > > >> > > http://lists.sugarlabs.org/listinfo/systems > >> > >> > >> > > >> > > >> > -- > >> > Srevin Saju > >> > https://srevinsaju.me > >> > > >> > > >> -- Srevin Saju > >> https://srevinsaju.me > >> > >> > >> _______________________________________________ > >> Systems mailing list > >> Systems at lists.sugarlabs.org > >> http://lists.sugarlabs.org/listinfo/systems > > -- > Srevin Saju > https://srevinsaju.me > > -------------- next part -------------- An HTML attachment was scrubbed... URL: